Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215095
b: refs/heads/master
c: 7573eac
h: refs/heads/master
i:
  215093: 8643830
  215091: da56027
  215087: e767d05
v: v3
  • Loading branch information
John W. Linville committed Oct 7, 2010
1 parent 528b9b1 commit 9524bd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a6d27d2ac89359f84c1a559b5530967ff671d269
refs/heads/master: 7573eac762af253e0b61b60cce34ab80f2dd45c7
4 changes: 2 additions & 2 deletions trunk/net/mac80211/status.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ void ieee80211_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb)
skb2 = skb_clone(skb, GFP_ATOMIC);
if (skb2) {
skb2->dev = prev_dev;
netif_receive_skb(skb2);
netif_rx(skb2);
}
}

Expand All @@ -386,7 +386,7 @@ void ieee80211_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb)
}
if (prev_dev) {
skb->dev = prev_dev;
netif_receive_skb(skb);
netif_rx(skb);
skb = NULL;
}
rcu_read_unlock();
Expand Down

0 comments on commit 9524bd4

Please sign in to comment.