Call the ath5k pci driver struct "ath5k" too to be less confusing in sysfs. Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> --- resend, forgot the list drivers/net/wireless/ath5k/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- everything.orig/drivers/net/wireless/ath5k/base.c 2008-11-10 18:54:15.000000000 +0100 +++ everything/drivers/net/wireless/ath5k/base.c 2008-11-10 18:54:26.000000000 +0100 @@ -200,7 +200,7 @@ static int ath5k_pci_resume(struct pci_ #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), -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html