Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278247
b: refs/heads/master
c: fd67a72
h: refs/heads/master
i:
  278245: 02d6298
  278243: d2fe94c
  278239: 1104e4f
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Nov 21, 2011
1 parent 9a9d061 commit 03b781c
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: c3745b40601513a6a6e901c3ec44ddefd0c428d8
refs/heads/master: fd67a728a97c171e54319833adaf8d2641954781
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/carl9170/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ static void carl9170_tx_release(struct kref *ref)
* feedback either [CTL_REQ_TX_STATUS not set]
*/

dev_kfree_skb_any(skb);
ieee80211_free_txskb(ar->hw, skb);
return;
} else {
/*
Expand Down Expand Up @@ -1432,7 +1432,7 @@ void carl9170_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb)

err_free:
ar->tx_dropped++;
dev_kfree_skb_any(skb);
ieee80211_free_txskb(ar->hw, skb);
}

void carl9170_tx_scheduler(struct ar9170 *ar)
Expand Down

0 comments on commit 03b781c

Please sign in to comment.