summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/520-ath9k_enable_ar9300.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-10 23:12:10 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-10 23:12:10 +0000
commit99c2098456c9a8bcdcb415c69f02340c9d695859 (patch)
tree1c73aec890dba54bfb3dd9a790a9e72ecbd8ea3c /package/mac80211/patches/520-ath9k_enable_ar9300.patch
parent4157f2b35dac68bff640e79209357c3f805a50a8 (diff)
mac80211: update to 2010-06-10, add pending work with stability and throughput fixes for ath9k
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21756 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/520-ath9k_enable_ar9300.patch')
-rw-r--r--package/mac80211/patches/520-ath9k_enable_ar9300.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/mac80211/patches/520-ath9k_enable_ar9300.patch b/package/mac80211/patches/520-ath9k_enable_ar9300.patch
new file mode 100644
index 000000000..f8fbe860f
--- /dev/null
+++ b/package/mac80211/patches/520-ath9k_enable_ar9300.patch
@@ -0,0 +1,10 @@
+--- a/drivers/net/wireless/ath/ath9k/pci.c
++++ b/drivers/net/wireless/ath/ath9k/pci.c
+@@ -29,6 +29,7 @@ static DEFINE_PCI_DEVICE_TABLE(ath_pci_i
+ { PCI_VDEVICE(ATHEROS, 0x002C) }, /* PCI-E 802.11n bonded out */
+ { PCI_VDEVICE(ATHEROS, 0x002D) }, /* PCI */
+ { PCI_VDEVICE(ATHEROS, 0x002E) }, /* PCI-E */
++ { PCI_VDEVICE(ATHEROS, 0x0030) }, /* PCI-E AR9300 */
+ { 0 }
+ };
+