Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266373
b: refs/heads/master
c: d56da92
h: refs/heads/master
i:
  266371: 55393d5
v: v3
  • Loading branch information
Emmanuel Grumbach authored and John W. Linville committed Sep 27, 2011
1 parent 754a197 commit e895e88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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: 1a8f0d39a04beb0fd61f46ed99fd05189083b409
refs/heads/master: d56da92092c7808fea0b6ad85fd97095067a2616
9 changes: 6 additions & 3 deletions trunk/drivers/net/wireless/iwlwifi/iwl-trans-pcie-rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ static void iwl_rx_handle(struct iwl_trans *trans)

while (i != r) {
int len, err;
u16 txq_id, sequence;
u16 sequence;

rxb = rxq->queue[i];

Expand Down Expand Up @@ -452,8 +452,11 @@ static void iwl_rx_handle(struct iwl_trans *trans)

/* warn if this is cmd response / notification and the uCode
* didn't set the SEQ_RX_FRAME for a frame that is
* uCode-originated*/
WARN(txq_id == trans->shrd->cmd_queue && reclaim == false &&
* uCode-originated
* If you saw this code after the second half of 2012, then
* please remove it
*/
WARN(pkt->hdr.cmd != REPLY_TX && reclaim == false &&
(!(pkt->hdr.sequence & SEQ_RX_FRAME)),
"reclaim is false, SEQ_RX_FRAME unset: %s\n",
get_cmd_string(pkt->hdr.cmd));
Expand Down

0 comments on commit e895e88

Please sign in to comment.