diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2012-11-18 06:16:58 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-11-19 09:07:48 -0500 |
commit | c4bfc1c30ec439d96e2c861704b7e03620865923 (patch) | |
tree | 28846889c1f045d23d47c8b5448fe765373370f6 /drivers/net/wireless/iwlwifi/iwl-fh.h | |
parent | 223b9cb1a04c056f364cfb979a8957800b5cc9f1 (diff) |
iwlwifi: update the RB_TIMEOUT to 0x11
This will allow to reduce slightly the number of interrupts
without sacrificing too much the latency in the Rx path.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-fh.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-fh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-fh.h b/drivers/net/wireless/iwlwifi/iwl-fh.h index 806046641747..ec48563d3c6a 100644 --- a/drivers/net/wireless/iwlwifi/iwl-fh.h +++ b/drivers/net/wireless/iwlwifi/iwl-fh.h | |||
@@ -267,7 +267,7 @@ static inline unsigned int FH_MEM_CBBC_QUEUE(unsigned int chnl) | |||
267 | 267 | ||
268 | #define FH_RCSR_RX_CONFIG_RBDCB_SIZE_POS (20) | 268 | #define FH_RCSR_RX_CONFIG_RBDCB_SIZE_POS (20) |
269 | #define FH_RCSR_RX_CONFIG_REG_IRQ_RBTH_POS (4) | 269 | #define FH_RCSR_RX_CONFIG_REG_IRQ_RBTH_POS (4) |
270 | #define RX_RB_TIMEOUT (0x10) | 270 | #define RX_RB_TIMEOUT (0x11) |
271 | 271 | ||
272 | #define FH_RCSR_RX_CONFIG_CHNL_EN_PAUSE_VAL (0x00000000) | 272 | #define FH_RCSR_RX_CONFIG_CHNL_EN_PAUSE_VAL (0x00000000) |
273 | #define FH_RCSR_RX_CONFIG_CHNL_EN_PAUSE_EOF_VAL (0x40000000) | 273 | #define FH_RCSR_RX_CONFIG_CHNL_EN_PAUSE_EOF_VAL (0x40000000) |