summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/530-ath9k_ar9300_keysearch_fix.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-12-04 01:32:04 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-12-04 01:32:04 +0000
commitbb03c545e8fec89bf3b1feae52095b2afd291e84 (patch)
tree48f300893b7183822006b4d7c389679f98f858b4 /package/mac80211/patches/530-ath9k_ar9300_keysearch_fix.patch
parentef738d18e48b1251253ff130aac83e86edc56859 (diff)
mac80211: update to wireless-testing 2010-11-30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24235 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/530-ath9k_ar9300_keysearch_fix.patch')
-rw-r--r--package/mac80211/patches/530-ath9k_ar9300_keysearch_fix.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/package/mac80211/patches/530-ath9k_ar9300_keysearch_fix.patch b/package/mac80211/patches/530-ath9k_ar9300_keysearch_fix.patch
deleted file mode 100644
index ec13e5b45..000000000
--- a/package/mac80211/patches/530-ath9k_ar9300_keysearch_fix.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/drivers/net/wireless/ath/ath9k/hw.c
-+++ b/drivers/net/wireless/ath/ath9k/hw.c
-@@ -1854,6 +1854,10 @@ int ath9k_hw_fill_cap_info(struct ath_hw
-
- ah->misc_mode |= AR_PCU_MIC_NEW_LOC_ENA;
-
-+ /* enable key search for every frame in an aggregate */
-+ if (AR_SREV_9300_20_OR_LATER(ah))
-+ ah->misc_mode |= AR_PCU_ALWAYS_PERFORM_KEYSEARCH;
-+
- pCap->low_2ghz_chan = 2312;
- pCap->high_2ghz_chan = 2732;
-
---- a/drivers/net/wireless/ath/ath9k/reg.h
-+++ b/drivers/net/wireless/ath/ath9k/reg.h
-@@ -1575,6 +1575,7 @@ enum {
- #define AR_PCU_TBTT_PROTECT 0x00200000
- #define AR_PCU_CLEAR_VMF 0x01000000
- #define AR_PCU_CLEAR_BA_VALID 0x04000000
-+#define AR_PCU_ALWAYS_PERFORM_KEYSEARCH 0x10000000
-
- #define AR_PCU_BT_ANT_PREVENT_RX 0x00100000
- #define AR_PCU_BT_ANT_PREVENT_RX_S 20