Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361079
b: refs/heads/master
c: 2470b36
h: refs/heads/master
i:
  361077: a7da356
  361075: 079f694
  361071: b988564
v: v3
  • Loading branch information
Emmanuel Grumbach authored and Johannes Berg committed Mar 4, 2013
1 parent ea3885d commit 3379130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 8101a7f0656bf11c385d6e14f52313b19f017e70
refs/heads/master: 2470b36e84a2e680d7a7e3809cbceae5bfae3606
6 changes: 1 addition & 5 deletions trunk/drivers/net/wireless/iwlwifi/mvm/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -607,12 +607,8 @@ static void iwl_mvm_rx_tx_cmd_single(struct iwl_mvm *mvm,

/* Single frame failure in an AMPDU queue => send BAR */
if (txq_id >= IWL_FIRST_AMPDU_QUEUE &&
!(info->flags & IEEE80211_TX_STAT_ACK)) {
/* there must be only one skb in the skb_list */
WARN_ON_ONCE(skb_freed > 1 ||
!skb_queue_empty(&skbs));
!(info->flags & IEEE80211_TX_STAT_ACK))
info->flags |= IEEE80211_TX_STAT_AMPDU_NO_BACK;
}

/* W/A FW bug: seq_ctl is wrong when the queue is flushed */
if (status == TX_STATUS_FAIL_FIFO_FLUSHED) {
Expand Down

0 comments on commit 3379130

Please sign in to comment.