diff options
Diffstat (limited to 'drivers/net/wireless/ath5k')
-rw-r--r-- | drivers/net/wireless/ath5k/base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath5k/base.c b/drivers/net/wireless/ath5k/base.c index 34cd1a4a297f..7fdb59c813ca 100644 --- a/drivers/net/wireless/ath5k/base.c +++ b/drivers/net/wireless/ath5k/base.c | |||
@@ -200,7 +200,7 @@ static int ath5k_pci_resume(struct pci_dev *pdev); | |||
200 | #endif /* CONFIG_PM */ | 200 | #endif /* CONFIG_PM */ |
201 | 201 | ||
202 | static struct pci_driver ath5k_pci_driver = { | 202 | static struct pci_driver ath5k_pci_driver = { |
203 | .name = "ath5k_pci", | 203 | .name = KBUILD_MODNAME, |
204 | .id_table = ath5k_pci_id_table, | 204 | .id_table = ath5k_pci_id_table, |
205 | .probe = ath5k_pci_probe, | 205 | .probe = ath5k_pci_probe, |
206 | .remove = __devexit_p(ath5k_pci_remove), | 206 | .remove = __devexit_p(ath5k_pci_remove), |