Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313977
b: refs/heads/master
c: 726f23f
h: refs/heads/master
i:
  313975: e3ef032
v: v3
  • Loading branch information
Emmanuel Grumbach authored and John W. Linville committed Jun 5, 2012
1 parent 37e96b3 commit e3b8d59
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ccf91bd678d74e1e98a153539cd07a62991d6610
refs/heads/master: 726f23fdeb003eee1d2b0eb14503591175746c70
6 changes: 3 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 @@ -497,7 +497,7 @@ static void iwl_rx_handle(struct iwl_trans *trans)

/* Rx interrupt, but nothing sent from uCode */
if (i == r)
IWL_DEBUG_RX(trans, "r = %d, i = %d\n", r, i);
IWL_DEBUG_RX(trans, "HW = SW = %d\n", r);

/* calculate total frames need to be restock after handling RX */
total_empty = r - rxq->write_actual;
Expand All @@ -513,8 +513,8 @@ static void iwl_rx_handle(struct iwl_trans *trans)
rxb = rxq->queue[i];
rxq->queue[i] = NULL;

IWL_DEBUG_RX(trans, "rxbuf: r = %d, i = %d (%p)\n", rxb);

IWL_DEBUG_RX(trans, "rxbuf: HW = %d, SW = %d (%p)\n",
r, i, rxb);
iwl_rx_handle_rxbuf(trans, rxb);

i = (i + 1) & RX_QUEUE_MASK;
Expand Down

0 comments on commit e3b8d59

Please sign in to comment.