mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-03-04 13:08:20 +02:00
12 lines
419 B
Diff
12 lines
419 B
Diff
|
--- 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;
|