Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278246
b: refs/heads/master
c: c3745b4
h: refs/heads/master
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Nov 21, 2011
1 parent 02d6298 commit 9a9d061
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: a7cf534d4ddc961bf74f54a964ad0fd19b389b6e
refs/heads/master: c3745b40601513a6a6e901c3ec44ddefd0c428d8
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/p54/txrx.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ void p54_free_skb(struct ieee80211_hw *dev, struct sk_buff *skb)

skb_unlink(skb, &priv->tx_queue);
p54_tx_qos_accounting_free(priv, skb);
dev_kfree_skb_any(skb);
ieee80211_free_txskb(dev, skb);
}
EXPORT_SYMBOL_GPL(p54_free_skb);

Expand Down Expand Up @@ -787,7 +787,7 @@ void p54_tx_80211(struct ieee80211_hw *dev, struct sk_buff *skb)
&hdr_flags, &aid, &burst_allowed);

if (p54_tx_qos_accounting_alloc(priv, skb, queue)) {
dev_kfree_skb_any(skb);
ieee80211_free_txskb(dev, skb);
return;
}

Expand Down

0 comments on commit 9a9d061

Please sign in to comment.