diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-11-10 12:56:59 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-11-25 16:32:53 -0500 |
commit | 9764f3f9c3700620f9f8a1f9af57f58758e835da (patch) | |
tree | a272b8196bb7dc54a8948a7c925764bc6dfafb73 /drivers/net/wireless/ath5k | |
parent | 2f9889a20cd2854bc6305198255c617b0b4eb719 (diff) |
ath5k: name pci driver "ath5k" too
Call the ath5k pci driver struct "ath5k" too to be less
confusing in sysfs.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Nick Kossifidis <mickflemm@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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), |