Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193863
b: refs/heads/master
c: 14b4497
h: refs/heads/master
i:
  193861: d66cb4e
  193859: 661c1f6
  193855: 0aadf07
v: v3
  • Loading branch information
Dan Carpenter authored and John W. Linville committed Mar 24, 2010
1 parent 0e0cd7f commit 8ff9949
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 4ac5541bdaea4d8e93710c58775cfa48ac82e09b
refs/heads/master: 14b44974d5a3c1ca59f6809b7313d7229eb55fd8
2 changes: 0 additions & 2 deletions trunk/net/mac80211/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2010,14 +2010,12 @@ void ieee80211_tx_pending(unsigned long data)
while (!skb_queue_empty(&local->pending[i])) {
struct sk_buff *skb = __skb_dequeue(&local->pending[i]);
struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
struct ieee80211_sub_if_data *sdata;

if (WARN_ON(!info->control.vif)) {
kfree_skb(skb);
continue;
}

sdata = vif_to_sdata(info->control.vif);
spin_unlock_irqrestore(&local->queue_stop_reason_lock,
flags);

Expand Down

0 comments on commit 8ff9949

Please sign in to comment.