Gigaset sx76x routers have wlan chip pci id 168c:ff16, so it is needed to
add that pci id to make it work with ath5k.

Signed-off-by: Andrej Vlašić <andrej.vlasic0 (at) gmail dot com>
Index: trunk/package/mac80211/patches/910-ath5k-ff16-picid.patch
===================================================================
--- trunk/package/mac80211/patches/910-ath5k-ff16-picid.patch	(revision 0)
+++ trunk/package/mac80211/patches/910-ath5k-ff16-picid.patch	(revision 0)
@@ -0,0 +1,10 @@
+--- a/drivers/net/wireless/ath/ath5k/pci.c
++++ b/drivers/net/wireless/ath/ath5k/pci.c
+@@ -45,6 +45,7 @@ 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) },
+ 	{ 0 }
+ };
+ MODULE_DEVICE_TABLE(pci, ath5k_pci_id_table);
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to