Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171844
b: refs/heads/master
c: 3e5b110
h: refs/heads/master
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Nov 18, 2009
1 parent 94c3a3f commit a6ca1ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7d57b73a73040525dfe22c56d823f146711ff971
refs/heads/master: 3e5b1101f59fb3e17a8eb32cca100ae07fd7100e
5 changes: 5 additions & 0 deletions trunk/net/mac80211/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,11 @@ void ieee80211_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb)
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) {
Expand Down

0 comments on commit a6ca1ee

Please sign in to comment.