summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/568-ath9k_fix_wep.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-02-07 11:28:11 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-02-07 11:28:11 +0000
commitd8db515de0a58dd4ef09d52519d1df2c260a65f9 (patch)
tree591965ae3e7e4671400eff996096b8f4545d7338 /package/mac80211/patches/568-ath9k_fix_wep.patch
parent6c242e52a8451894639dfd36b8744b7a84eaef95 (diff)
mac80211: update to wireless-testing 2012-02-06
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30346 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/568-ath9k_fix_wep.patch')
-rw-r--r--package/mac80211/patches/568-ath9k_fix_wep.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/package/mac80211/patches/568-ath9k_fix_wep.patch b/package/mac80211/patches/568-ath9k_fix_wep.patch
deleted file mode 100644
index f18553f74..000000000
--- a/package/mac80211/patches/568-ath9k_fix_wep.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/drivers/net/wireless/ath/ath9k/recv.c
-+++ b/drivers/net/wireless/ath/ath9k/recv.c
-@@ -823,6 +823,14 @@ static bool ath9k_rx_accept(struct ath_c
- (ATH9K_RXERR_DECRYPT | ATH9K_RXERR_CRC | ATH9K_RXERR_MIC |
- ATH9K_RXERR_KEYMISS));
-
-+ /*
-+ * Key miss events are only relevant for pairwise keys where the
-+ * descriptor does contain a valid key index. This has been observed
-+ * mostly with CCMP encryption.
-+ */
-+ if (rx_stats->rs_keyix == ATH9K_RXKEYIX_INVALID)
-+ rx_stats->rs_status &= ~ATH9K_RXERR_KEYMISS;
-+
- if (!rx_stats->rs_datalen)
- return false;
- /*