Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278623
b: refs/heads/master
c: aa5b549
h: refs/heads/master
i:
  278621: 228feec
  278619: 9fa83c5
  278615: b2f1959
  278607: 2574927
  278591: 96f282b
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Dec 6, 2011
1 parent c80b790 commit ba5eea7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 79e3b16b7123018610f2754ce1bd219c5dd844f5
refs/heads/master: aa5b549215f85cf48a7040bc9d33c4dae0c7d11a
5 changes: 4 additions & 1 deletion trunk/net/mac80211/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1332,8 +1332,11 @@ static int invoke_tx_handlers(struct ieee80211_tx_data *tx)
if (!(tx->local->hw.flags & IEEE80211_HW_HAS_RATE_CONTROL))
CALL_TXH(ieee80211_tx_h_rate_ctrl);

if (unlikely(info->flags & IEEE80211_TX_INTFL_RETRANSMISSION))
if (unlikely(info->flags & IEEE80211_TX_INTFL_RETRANSMISSION)) {
__skb_queue_tail(&tx->skbs, tx->skb);
tx->skb = NULL;
goto txh_done;
}

CALL_TXH(ieee80211_tx_h_michael_mic_add);
CALL_TXH(ieee80211_tx_h_sequence);
Expand Down

0 comments on commit ba5eea7

Please sign in to comment.