summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/610-fix_warn_on.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/mac80211/patches/610-fix_warn_on.patch')
-rw-r--r--package/mac80211/patches/610-fix_warn_on.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mac80211/patches/610-fix_warn_on.patch b/package/mac80211/patches/610-fix_warn_on.patch
deleted file mode 100644
index 8cc0a7bf5..000000000
--- a/package/mac80211/patches/610-fix_warn_on.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;