Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167515
b: refs/heads/master
c: 0819663
h: refs/heads/master
i:
  167513: b261a9c
  167511: 8dc7492
v: v3
  • Loading branch information
Roel Kluin authored and John W. Linville committed Oct 7, 2009
1 parent 067f13e commit bf4487b
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: 9e7ba2465fd453429aa5849c2aadb526cda19034
refs/heads/master: 0819663d164e090de315c5e619f4e23c27aaff88
4 changes: 2 additions & 2 deletions trunk/net/mac80211/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ void ieee80211_add_pending_skb(struct ieee80211_local *local,
struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);

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

Expand Down Expand Up @@ -367,7 +367,7 @@ int ieee80211_add_pending_skbs(struct ieee80211_local *local,
struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);

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

Expand Down

0 comments on commit bf4487b

Please sign in to comment.