Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122667
b: refs/heads/master
c: 9f92593
h: refs/heads/master
i:
  122665: a5e4a24
  122663: 5cd1934
v: v3
  • Loading branch information
Winkler, Tomas authored and John W. Linville committed Dec 12, 2008
1 parent 922950c commit 847da3d
Show file tree
Hide file tree
Showing 3 changed files with 2 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: 759ef89fb096c4a6ef078d3cfd5682ac037bd789
refs/heads/master: 9f925938680b7d1adeb030befb6a4b5f86026b6a
3 changes: 0 additions & 3 deletions trunk/drivers/net/wireless/iwlwifi/iwl-fh.h
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,8 @@
#define FH_RCSR_CHNL0_RX_CONFIG_IRQ_DEST_NO_INT_VAL (0x00000000)
#define FH_RCSR_CHNL0_RX_CONFIG_IRQ_DEST_INT_HOST_VAL (0x00001000)

#define FH_RCSR_CHNL0_RX_CONFIG_SINGLE_FRAME (0x00008000)

#define FH_RSCSR_FRAME_SIZE_MSK (0x00003FFF) /* bits 0-13 */


/**
* Rx Shared Status Registers (RSSR)
*
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ int iwl_rx_init(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
FH_RCSR_RX_CONFIG_CHNL_EN_ENABLE_VAL |
FH_RCSR_CHNL0_RX_IGNORE_RXF_EMPTY |
FH_RCSR_CHNL0_RX_CONFIG_IRQ_DEST_INT_HOST_VAL |
FH_RCSR_CHNL0_RX_CONFIG_SINGLE_FRAME |
FH_RCSR_CHNL0_RX_CONFIG_SINGLE_FRAME_MSK |
rb_size|
(rb_timeout << FH_RCSR_RX_CONFIG_REG_IRQ_RBTH_POS)|
(rfdnlog << FH_RCSR_RX_CONFIG_RBDCB_SIZE_POS));
Expand Down

0 comments on commit 847da3d

Please sign in to comment.