diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-05-15 01:54:05 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-21 21:47:58 -0400 |
commit | 83d527d9e8f9aff92cbd33f208f77c055dabb499 (patch) | |
tree | 30ccc021fc52fb1a32a6bba9f1691806e723059c /drivers/net/wireless/iwlwifi/iwl-dev.h | |
parent | 4f40e4d9fb8fe028db9ba2a7b4d3ac7328f73bbc (diff) |
iwlwifi: remove 4956 form iwl4965_tx_cmd
This patch renames iwl4965_tx_cmd to iwl_tx_cmd and cleans
collateral code.
Signed-off-by: Tomas Winkler <tomas.winkler@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 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index 565d7dc31a71..ddb950ee25b6 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -329,7 +329,7 @@ struct iwl_cmd { | |||
329 | struct iwl4965_rxon_time_cmd rxon_time; | 329 | struct iwl4965_rxon_time_cmd rxon_time; |
330 | struct iwl4965_powertable_cmd powertable; | 330 | struct iwl4965_powertable_cmd powertable; |
331 | struct iwl4965_qosparam_cmd qosparam; | 331 | struct iwl4965_qosparam_cmd qosparam; |
332 | struct iwl4965_tx_cmd tx; | 332 | struct iwl_tx_cmd tx; |
333 | struct iwl4965_tx_beacon_cmd tx_beacon; | 333 | struct iwl4965_tx_beacon_cmd tx_beacon; |
334 | struct iwl4965_rxon_assoc_cmd rxon_assoc; | 334 | struct iwl4965_rxon_assoc_cmd rxon_assoc; |
335 | u8 *indirect; | 335 | u8 *indirect; |
@@ -573,7 +573,6 @@ struct iwl_sensitivity_ranges { | |||
573 | /** | 573 | /** |
574 | * struct iwl_hw_params | 574 | * struct iwl_hw_params |
575 | * @max_txq_num: Max # Tx queues supported | 575 | * @max_txq_num: Max # Tx queues supported |
576 | * @tx_cmd_len: Size of Tx command (but not including frame itself) | ||
577 | * @tx/rx_chains_num: Number of TX/RX chains | 576 | * @tx/rx_chains_num: Number of TX/RX chains |
578 | * @valid_tx/rx_ant: usable antennas | 577 | * @valid_tx/rx_ant: usable antennas |
579 | * @max_rxq_size: Max # Rx frames in Rx queue (must be power-of-2) | 578 | * @max_rxq_size: Max # Rx frames in Rx queue (must be power-of-2) |
@@ -590,7 +589,6 @@ struct iwl_sensitivity_ranges { | |||
590 | */ | 589 | */ |
591 | struct iwl_hw_params { | 590 | struct iwl_hw_params { |
592 | u16 max_txq_num; | 591 | u16 max_txq_num; |
593 | u16 tx_cmd_len; | ||
594 | u8 tx_chains_num; | 592 | u8 tx_chains_num; |
595 | u8 rx_chains_num; | 593 | u8 rx_chains_num; |
596 | u8 valid_tx_ant; | 594 | u8 valid_tx_ant; |