diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-11-22 07:13:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-11-22 07:13:30 +0000 |
commit | e4489675b560ba14e74ed760f0ee9b96923ecad8 (patch) | |
tree | 57641e00bf9b06481b08a226ca91343041ba881c /package/mac80211/patches/540-monitor_tx_status.patch | |
parent | f1da5431bb3e440f3d1337a8ec08cc09611a1550 (diff) | |
download | mtk-20170518-e4489675b560ba14e74ed760f0ee9b96923ecad8.zip mtk-20170518-e4489675b560ba14e74ed760f0ee9b96923ecad8.tar.gz mtk-20170518-e4489675b560ba14e74ed760f0ee9b96923ecad8.tar.bz2 |
mac80211: update to compat-wireless 2009-11-21
SVN-Revision: 18465
Diffstat (limited to 'package/mac80211/patches/540-monitor_tx_status.patch')
-rw-r--r-- | package/mac80211/patches/540-monitor_tx_status.patch | 14 |
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 b2a35de..0000000 --- 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) { |