aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/540-monitor_tx_status.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/mac80211/patches/540-monitor_tx_status.patch')
-rw-r--r--package/mac80211/patches/540-monitor_tx_status.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/mac80211/patches/540-monitor_tx_status.patch b/package/mac80211/patches/540-monitor_tx_status.patch
deleted file mode 100644
index b2a35de852..0000000000
--- a/package/mac80211/patches/540-monitor_tx_status.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/net/mac80211/main.c
-+++ b/net/mac80211/main.c
-@@ -587,6 +587,11 @@ void ieee80211_tx_status(struct ieee8021
- if (!netif_running(sdata->dev))
- continue;
-
-+ if ((sdata->u.mntr_flags & MONITOR_FLAG_COOK_FRAMES) &&
-+ !(info->flags & IEEE80211_TX_CTL_INJECTED) &&
-+ (type == IEEE80211_FTYPE_DATA))
-+ continue;
-+
- if (prev_dev) {
- skb2 = skb_clone(skb, GFP_ATOMIC);
- if (skb2) {