summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/550-ath9k_fix_wep_adhoc_crash.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-07 17:03:00 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-07 17:03:00 +0000
commit9f4c2864868bd4d37d6bb2811584de15cea98e02 (patch)
treef0ff8418012f9d3f4459d42bfacd0ce8aa4ae4ea /package/mac80211/patches/550-ath9k_fix_wep_adhoc_crash.patch
parent8c4271dec7b8512fabb5906221299c06844f069b (diff)
mac80211: update to wireless-testing 2010-07-06, add another patch to finally fix the annoying buffer leak in ath9k
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22088 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/550-ath9k_fix_wep_adhoc_crash.patch')
-rw-r--r--package/mac80211/patches/550-ath9k_fix_wep_adhoc_crash.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/mac80211/patches/550-ath9k_fix_wep_adhoc_crash.patch b/package/mac80211/patches/550-ath9k_fix_wep_adhoc_crash.patch
deleted file mode 100644
index a71db0440..000000000
--- a/package/mac80211/patches/550-ath9k_fix_wep_adhoc_crash.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/drivers/net/wireless/ath/ath9k/common.c
-+++ b/drivers/net/wireless/ath/ath9k/common.c
-@@ -319,6 +319,10 @@ int ath9k_cmn_key_config(struct ath_comm
- idx = ath_reserve_key_cache_slot(common, key->alg);
- break;
- case NL80211_IFTYPE_ADHOC:
-+ if (!sta) {
-+ idx = key->keyidx;
-+ break;
-+ }
- memcpy(gmac, sta->addr, ETH_ALEN);
- gmac[0] |= 0x01;
- mac = gmac;