diff options
author | Vasanthakumar Thiagarajan <vasanth@atheros.com> | 2010-12-06 07:27:43 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-12-07 16:34:54 -0500 |
commit | 47c80de62e9d6d262a829502d689a8b56add8d3d (patch) | |
tree | c30b7df85d2e36fb54ee6a98a12d144cfea8dc6f /drivers/net/wireless/ath/ath9k/hw.h | |
parent | 8060e169e02fe855f5533b5ef6af1f23ae2db0c4 (diff) |
ath9k_hw: Find the maximum number of chains that hw supports
Have it in ah->caps. This will be used during various
calibrations.
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 76ae3296e3fc..fcfd63efe55a 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -199,6 +199,8 @@ struct ath9k_hw_capabilities { | |||
199 | u16 rts_aggr_limit; | 199 | u16 rts_aggr_limit; |
200 | u8 tx_chainmask; | 200 | u8 tx_chainmask; |
201 | u8 rx_chainmask; | 201 | u8 rx_chainmask; |
202 | u8 max_txchains; | ||
203 | u8 max_rxchains; | ||
202 | u16 tx_triglevel_max; | 204 | u16 tx_triglevel_max; |
203 | u16 reg_cap; | 205 | u16 reg_cap; |
204 | u8 num_gpio_pins; | 206 | u8 num_gpio_pins; |