diff options
author | Senthil Balasubramanian <senthilkumar@atheros.com> | 2009-02-12 03:27:03 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-27 14:51:46 -0500 |
commit | 8bd1d07f9345750bd4d767e6c1600919672f98ba (patch) | |
tree | 42b201403637888b4c5cde5e1fd096c373d4ca05 /drivers/net/wireless/ath9k/hw.h | |
parent | 81cb7623ad3b408f871fa36b774fc20d8dfccac0 (diff) |
ath9k: Add open loop control support
This patch adds Open Loop Control support for Atheros chipsets that
supports open loop power control.
Signed-off-by: Senthil Balasubramanian <senthilkumar@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath9k/hw.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/hw.h b/drivers/net/wireless/ath9k/hw.h index 587a78db748d..08469d9525bc 100644 --- a/drivers/net/wireless/ath9k/hw.h +++ b/drivers/net/wireless/ath9k/hw.h | |||
@@ -162,7 +162,8 @@ enum ath9k_capability_type { | |||
162 | ATH9K_CAP_WME_TKIPMIC, | 162 | ATH9K_CAP_WME_TKIPMIC, |
163 | ATH9K_CAP_RFSILENT, | 163 | ATH9K_CAP_RFSILENT, |
164 | ATH9K_CAP_ANT_CFG_2GHZ, | 164 | ATH9K_CAP_ANT_CFG_2GHZ, |
165 | ATH9K_CAP_ANT_CFG_5GHZ | 165 | ATH9K_CAP_ANT_CFG_5GHZ, |
166 | ATH9K_CAP_DS | ||
166 | }; | 167 | }; |
167 | 168 | ||
168 | struct ath9k_hw_capabilities { | 169 | struct ath9k_hw_capabilities { |
@@ -551,6 +552,10 @@ struct ath_hw { | |||
551 | u8 txchainmask; | 552 | u8 txchainmask; |
552 | u8 rxchainmask; | 553 | u8 rxchainmask; |
553 | 554 | ||
555 | u32 originalGain[22]; | ||
556 | int initPDADC; | ||
557 | int PDADCdelta; | ||
558 | |||
554 | struct ar5416IniArray iniModes; | 559 | struct ar5416IniArray iniModes; |
555 | struct ar5416IniArray iniCommon; | 560 | struct ar5416IniArray iniCommon; |
556 | struct ar5416IniArray iniBank0; | 561 | struct ar5416IniArray iniBank0; |