Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278231
b: refs/heads/master
c: 4bf218c
h: refs/heads/master
i:
  278229: ab96581
  278227: 07c262d
  278223: 7fe4118
v: v3
  • Loading branch information
Emmanuel Grumbach authored and John W. Linville committed Nov 21, 2011
1 parent 382a667 commit 46a56cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 1daf04b8ac51f911f32aedc77f7f6559924d8ab3
refs/heads/master: 4bf218c03328beeed60ded10d173468f6a551caa
6 changes: 2 additions & 4 deletions trunk/drivers/net/wireless/iwlwifi/iwl-agn-tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -921,11 +921,9 @@ int iwlagn_rx_reply_compressed_ba(struct iwl_priv *priv,
ba_resp->sta_id);
IWL_DEBUG_TX_REPLY(priv, "TID = %d, SeqCtl = %d, bitmap = 0x%llx, "
"scd_flow = %d, scd_ssn = %d\n",
ba_resp->tid,
ba_resp->seq_ctl,
ba_resp->tid, ba_resp->seq_ctl,
(unsigned long long)le64_to_cpu(ba_resp->bitmap),
ba_resp->scd_flow,
ba_resp->scd_ssn);
scd_flow, ba_resp_scd_ssn);

/* Mark that the expected block-ack response arrived */
agg->wait_for_ba = false;
Expand Down

0 comments on commit 46a56cf

Please sign in to comment.