Hallo, I was pleasantly surprised at first that ath5k has finally made it into mainline. That is because my laptop has an atheros chipset and in tree support makes things much easier for me. Then I noticed that the chips it claims to support in Kconfig Currently the following chip versions are supported: MAC: AR5211 AR5212 PHY: RF5111/2111 RF5112/2112 RF5413/2413 did not include the chip on my laptop; an AR5006X according to lspci. But when I actually look at the driver's pci_device_id table it seems to be supported. I have 08:0a.0 Class 0200: 168c:001b (rev 01) which seems to match ath5k/base.c { PCI_VDEVICE(ATHEROS, 0x001b), .driver_data = AR5K_AR5212 }, /* 5413 Eagle */ But the name in the comment does not agree with what lspci reports: 08:0a.0 Ethernet controller: Atheros Communications, Inc. AR5006X 802.11abg NIC (rev 01) So who has the correct name? The comments in the driver or lspci? Or are there valid aliases? And can Kconfig be fixed up to include all chips supported by the driver, preferably with the same names as lspci reports please? I have not actually tested yet if it really works. Thanks, -Andi - 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