summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/394-probereq.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-25 00:37:41 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-25 00:37:41 +0000
commite7a16f463a691ca1e53a2812654e2e054abe9937 (patch)
treeb14a20f7e774bb0b980249503014e03b029fcabc /package/madwifi/patches/394-probereq.patch
parent11fff40857eb82859bfb79754bdd5bb59a45a44f (diff)
madwifi: fix the long standing bug that is triggered by nodes getting a timeout on one vap, then moving to another
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14171 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 fc8cda0d5..1dd0bcd13 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;
}