diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-09-14 10:45:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-09-14 10:45:34 +0000 |
commit | 5123c8b264b32aa2f2fad6b653c7e46759687257 (patch) | |
tree | 35d18779a8977a94ad326b7f6ae007517e61b94b /package/madwifi/patches/394-probereq.patch | |
parent | 5f1c1dc49d28798eb441744b2af83fe5c893fd54 (diff) | |
download | upstream-5123c8b264b32aa2f2fad6b653c7e46759687257.tar.gz upstream-5123c8b264b32aa2f2fad6b653c7e46759687257.tar.bz2 upstream-5123c8b264b32aa2f2fad6b653c7e46759687257.zip |
madwifi: fix a wds related race condition
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17578 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/394-probereq.patch')
-rw-r--r-- | package/madwifi/patches/394-probereq.patch | 2 |
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..becd4c99f5 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 +@@ -3619,6 +3619,8 @@ ieee80211_recv_mgmt(struct ieee80211vap vap->iv_stats.is_rx_mgtdiscard++; return; } |