aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/394-probereq.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-01-25 00:37:41 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-01-25 00:37:41 +0000
commit87db54da68aa2614122a0f2f2d4c79722dad2bb9 (patch)
tree022b7bd5bc73da3bce22c057ba58b97b4596e5c1 /package/madwifi/patches/394-probereq.patch
parent28abf79c44dc8a464d9573a9dc0c657ad5a35b60 (diff)
downloadupstream-87db54da68aa2614122a0f2f2d4c79722dad2bb9.tar.gz
upstream-87db54da68aa2614122a0f2f2d4c79722dad2bb9.tar.bz2
upstream-87db54da68aa2614122a0f2f2d4c79722dad2bb9.zip
madwifi: fix the long standing bug that is triggered by nodes getting a timeout on one vap, then moving to another
SVN-Revision: 14171
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 fc8cda0d54..1dd0bcd136 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
-@@ -3604,6 +3604,8 @@ ieee80211_recv_mgmt(struct ieee80211vap
+@@ -3618,6 +3618,8 @@ ieee80211_recv_mgmt(struct ieee80211vap
vap->iv_stats.is_rx_mgtdiscard++;
return;
}