mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-14 19:04:39 +00:00
mac80211: fix a WARN_ON in client mode
SVN-Revision: 19315
This commit is contained in:
parent
58c556e597
commit
226fd49634
11
package/mac80211/patches/610-fix_warn_on.patch
Normal file
11
package/mac80211/patches/610-fix_warn_on.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/net/mac80211/work.c
|
||||
+++ b/net/mac80211/work.c
|
||||
@@ -1022,8 +1022,6 @@ ieee80211_rx_result ieee80211_work_rx_mg
|
||||
case IEEE80211_STYPE_PROBE_RESP:
|
||||
case IEEE80211_STYPE_ASSOC_RESP:
|
||||
case IEEE80211_STYPE_REASSOC_RESP:
|
||||
- case IEEE80211_STYPE_DEAUTH:
|
||||
- case IEEE80211_STYPE_DISASSOC:
|
||||
skb_queue_tail(&local->work_skb_queue, skb);
|
||||
ieee80211_queue_work(&local->hw, &local->work_work);
|
||||
return RX_QUEUED;
|
Loading…
Reference in New Issue
Block a user