Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9764f3f9 authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville
Browse files

ath5k: name pci driver "ath5k" too



Call the ath5k pci driver struct "ath5k" too to be less
confusing in sysfs.

Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Acked-by: default avatarNick Kossifidis <mickflemm@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 2f9889a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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),