diff options
author | Winkler, Tomas <tomas.winkler@intel.com> | 2009-01-08 13:19:53 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 16:00:11 -0500 |
commit | 141c43a3e4c7e8543fea982284765fda5e73837e (patch) | |
tree | 77445c5d25d33a3bbcba137ac32a718ec591217c /drivers/net/wireless/iwlwifi/iwl-dev.h | |
parent | f5965955e0107b116b379cccb94de612281bdf55 (diff) |
iwl3945: kill iwl3945_rx_queue_restock
This patch kills iwl3945_rx_queue_restock function on prise of new
hw_params.rx_wrt_ptr_reg which holds per NIC RX write pointer register.
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index a092401fd9c0..fbc4822c19a8 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -563,6 +563,7 @@ struct iwl_sensitivity_ranges { | |||
563 | * @max_rxq_size: Max # Rx frames in Rx queue (must be power-of-2) | 563 | * @max_rxq_size: Max # Rx frames in Rx queue (must be power-of-2) |
564 | * @max_rxq_log: Log-base-2 of max_rxq_size | 564 | * @max_rxq_log: Log-base-2 of max_rxq_size |
565 | * @rx_buf_size: Rx buffer size | 565 | * @rx_buf_size: Rx buffer size |
566 | * @rx_wrt_ptr_reg: FH{39}_RSCSR_CHNL0_WPTR | ||
566 | * @max_stations: | 567 | * @max_stations: |
567 | * @bcast_sta_id: | 568 | * @bcast_sta_id: |
568 | * @fat_channel: is 40MHz width possible in band 2.4 | 569 | * @fat_channel: is 40MHz width possible in band 2.4 |
@@ -584,6 +585,7 @@ struct iwl_hw_params { | |||
584 | u16 max_rxq_size; | 585 | u16 max_rxq_size; |
585 | u16 max_rxq_log; | 586 | u16 max_rxq_log; |
586 | u32 rx_buf_size; | 587 | u32 rx_buf_size; |
588 | u32 rx_wrt_ptr_reg; | ||
587 | u32 max_pkt_size; | 589 | u32 max_pkt_size; |
588 | u8 max_stations; | 590 | u8 max_stations; |
589 | u8 bcast_sta_id; | 591 | u8 bcast_sta_id; |