]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/wireless/ath5k/base.c
ath5k: name pci driver "ath5k" too
[karo-tx-linux.git] / drivers / net / wireless / ath5k / base.c
index 34cd1a4a297f3a5b25ef5e460174979eabee1a74..7fdb59c813cad896754dbaece94eb8f544162f2b 100644 (file)
@@ -200,7 +200,7 @@ static int          ath5k_pci_resume(struct pci_dev *pdev);
 #endif /* CONFIG_PM */
 
 static struct pci_driver ath5k_pci_driver = {
-       .name           = "ath5k_pci",
+       .name           = KBUILD_MODNAME,
        .id_table       = ath5k_pci_id_table,
        .probe          = ath5k_pci_probe,
        .remove         = __devexit_p(ath5k_pci_remove),