Some lantiq boards require pci id 168c:ff16 and 168c:ff1a to be added to ath5k in order to detect onboard wlan chip.
Signed-off-by: Andrej Vlašić <andrej.vlasic0 (at) gmail dot com>
Index: trunk/package/mac80211/patches/460-ath5k-add-pciids.patch =================================================================== --- trunk/package/mac80211/patches/460-ath5k-add-pciids.patch (revision 0) +++ trunk/package/mac80211/patches/460-ath5k-add-pciids.patch (revision 0) @@ -0,0 +1,11 @@ +--- a/drivers/net/wireless/ath/ath5k/pci.c ++++ b/drivers/net/wireless/ath/ath5k/pci.c +@@ -46,6 +46,8 @@ static DEFINE_PCI_DEVICE_TABLE(ath5k_pci + { PCI_VDEVICE(ATHEROS, 0x001b) }, /* 5413 Eagle */ + { PCI_VDEVICE(ATHEROS, 0x001c) }, /* PCI-E cards */ + { PCI_VDEVICE(ATHEROS, 0x001d) }, /* 2417 Nala */ ++ { PCI_VDEVICE(ATHEROS, 0xff16) }, ++ { PCI_VDEVICE(ATHEROS, 0xff1a) }, + { 0 } + }; + MODULE_DEVICE_TABLE(pci, ath5k_pci_id_table);
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel