aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/568-ath9k_fix_wep.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-02-07 11:28:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-02-07 11:28:11 +0000
commitea63948914b33029f287188c4fb984ee9f97e8e0 (patch)
tree230240e51165116d8a2b2065982f58df67c73219 /package/mac80211/patches/568-ath9k_fix_wep.patch
parente430c864f45e1f437c96a1e8a416e8b32edf5598 (diff)
downloadupstream-ea63948914b33029f287188c4fb984ee9f97e8e0.tar.gz
upstream-ea63948914b33029f287188c4fb984ee9f97e8e0.tar.bz2
upstream-ea63948914b33029f287188c4fb984ee9f97e8e0.zip
mac80211: update to wireless-testing 2012-02-06
SVN-Revision: 30346
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 f18553f747..0000000000
--- 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;
- /*