diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-02-13 14:32:31 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-02-29 15:37:10 -0500 |
commit | 3e82a822c7c8ea5477062ec8885d7b90696fe73f (patch) | |
tree | a6960aff65d9f7cae83ec2a0a3850efbb7be9b76 /drivers/net/wireless/iwlwifi/iwl-3945.h | |
parent | 5c1b09581ba91d156ec907f5cbad07d33bf9e2ed (diff) |
iwlwifi: Add tx_ant_num hw setting variable
Added tx_ant_num variable into hw_setting
This will be used for scanning TX antenna toggling
On the way removed ac_queue_num unused
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-3945.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.h b/drivers/net/wireless/iwlwifi/iwl-3945.h index 393cff6f2270..dde389d31637 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.h +++ b/drivers/net/wireless/iwlwifi/iwl-3945.h | |||
@@ -508,8 +508,8 @@ struct iwl3945_ibss_seq { | |||
508 | /** | 508 | /** |
509 | * struct iwl3945_driver_hw_info | 509 | * struct iwl3945_driver_hw_info |
510 | * @max_txq_num: Max # Tx queues supported | 510 | * @max_txq_num: Max # Tx queues supported |
511 | * @ac_queue_count: # Tx queues for EDCA Access Categories (AC) | ||
512 | * @tx_cmd_len: Size of Tx command (but not including frame itself) | 511 | * @tx_cmd_len: Size of Tx command (but not including frame itself) |
512 | * @tx_ant_num: Number of TX antennas | ||
513 | * @max_rxq_size: Max # Rx frames in Rx queue (must be power-of-2) | 513 | * @max_rxq_size: Max # Rx frames in Rx queue (must be power-of-2) |
514 | * @rx_buf_size: | 514 | * @rx_buf_size: |
515 | * @max_pkt_size: | 515 | * @max_pkt_size: |
@@ -521,8 +521,8 @@ struct iwl3945_ibss_seq { | |||
521 | */ | 521 | */ |
522 | struct iwl3945_driver_hw_info { | 522 | struct iwl3945_driver_hw_info { |
523 | u16 max_txq_num; | 523 | u16 max_txq_num; |
524 | u16 ac_queue_count; | ||
525 | u16 tx_cmd_len; | 524 | u16 tx_cmd_len; |
525 | u16 tx_ant_num; | ||
526 | u16 max_rxq_size; | 526 | u16 max_rxq_size; |
527 | u32 rx_buf_size; | 527 | u32 rx_buf_size; |
528 | u32 max_pkt_size; | 528 | u32 max_pkt_size; |