From: Johannes Berg Date: Mon, 10 Nov 2008 17:56:59 +0000 (+0100) Subject: ath5k: name pci driver "ath5k" too X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9764f3f9c3700620f9f8a1f9af57f58758e835da;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git 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 Acked-by: Nick Kossifidis Signed-off-by: John W. Linville --- 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); #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),