Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341995
b: refs/heads/master
c: 1981e88
h: refs/heads/master
i:
  341993: f9c8191
  341991: 7d4b8b8
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Dec 6, 2012
1 parent 546d241 commit 2de9ccc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f241b244dd4703a560c74e2538f27fd466c8d41f
refs/heads/master: 1981e881fd32160bf886a09b12794c640aafffb3
7 changes: 7 additions & 0 deletions trunk/drivers/net/wireless/ath/carl9170/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1485,6 +1485,13 @@ void carl9170_op_tx(struct ieee80211_hw *hw,
}

if (info->flags & IEEE80211_TX_CTL_AMPDU) {
/* to static code analyzers and reviewers:
* mac80211 guarantees that a valid "sta"
* reference is present, if a frame is to
* be part of an ampdu. Hence any extra
* sta == NULL checks are redundant in this
* special case.
*/
run = carl9170_tx_ampdu_queue(ar, sta, skb);
if (run)
carl9170_tx_ampdu(ar);
Expand Down

0 comments on commit 2de9ccc

Please sign in to comment.