aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/394-probereq.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-01-26 00:27:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-01-26 00:27:49 +0000
commitf561b910e8d47b4b488fd37a389c2973649a23fd (patch)
tree46885123f5b59098eeba0f3f43d1f4b63dab65df /package/madwifi/patches/394-probereq.patch
parent727ab9ce8d9200616acd481db9174ac9d834fd4c (diff)
downloadupstream-f561b910e8d47b4b488fd37a389c2973649a23fd.tar.gz
upstream-f561b910e8d47b4b488fd37a389c2973649a23fd.tar.bz2
upstream-f561b910e8d47b4b488fd37a389c2973649a23fd.zip
madwifi: fix a race condition in the wds sta separation, which is triggered by using wpa authentication on the ap
SVN-Revision: 14193
Diffstat (limited to 'package/madwifi/patches/394-probereq.patch')
-rw-r--r--package/madwifi/patches/394-probereq.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/394-probereq.patch b/package/madwifi/patches/394-probereq.patch
index 1dd0bcd136..6d8b7c744b 100644
--- a/package/madwifi/patches/394-probereq.patch
+++ b/package/madwifi/patches/394-probereq.patch
@@ -1,6 +1,6 @@
--- a/net80211/ieee80211_input.c
+++ b/net80211/ieee80211_input.c
-@@ -3618,6 +3618,8 @@ ieee80211_recv_mgmt(struct ieee80211vap
+@@ -3611,6 +3611,8 @@ ieee80211_recv_mgmt(struct ieee80211vap
vap->iv_stats.is_rx_mgtdiscard++;
return;
}