Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341569
b: refs/heads/master
c: c612598
h: refs/heads/master
i:
  341567: d496e86
v: v3
  • Loading branch information
Emmanuel Grumbach authored and Johannes Berg committed Nov 19, 2012
1 parent 18a7dd4 commit 527e8ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 990aa6d7b28d26bf22171410b49f191e8e9b09fc
refs/heads/master: c61259858d685caf865e9819e3d3062a0865d93c
5 changes: 3 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/pcie/trans.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ static int iwl_rx_init(struct iwl_trans *trans)
INIT_LIST_HEAD(&rxq->rx_free);
INIT_LIST_HEAD(&rxq->rx_used);

INIT_WORK(&trans_pcie->rx_replenish,
iwl_pcie_rx_replenish_work);

iwl_trans_rxq_free_rx_bufs(trans);

for (i = 0; i < RX_QUEUE_SIZE; i++)
Expand Down Expand Up @@ -1449,8 +1452,6 @@ static int iwl_trans_pcie_start_hw(struct iwl_trans *trans)
goto error;
}

INIT_WORK(&trans_pcie->rx_replenish,
iwl_pcie_rx_replenish_work);
trans_pcie->irq_requested = true;
}

Expand Down

0 comments on commit 527e8ed

Please sign in to comment.