diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-08-03 23:14:11 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-04 16:44:34 -0400 |
commit | 670388c5f56383e1d5b9f4f7fc835a280487754e (patch) | |
tree | 91c57a3a85a5d2c380652cf5b6be7dfb38925a16 /drivers/net/wireless/ath/ath9k/phy.h | |
parent | edb1f9152f1f346381336554674f5d443fc5f473 (diff) |
ath9k: add initvals and registry definitions for AR9271
Cc: Stephen Chen <stephen.chen@atheros.com>
Cc: Zhifeng Cai <zhifeng.cai@atheros.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/phy.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/phy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/phy.h b/drivers/net/wireless/ath/ath9k/phy.h index de4fadadbce5..27bd93c6e74d 100644 --- a/drivers/net/wireless/ath/ath9k/phy.h +++ b/drivers/net/wireless/ath/ath9k/phy.h | |||
@@ -185,6 +185,9 @@ bool ath9k_hw_init_rf(struct ath_hw *ah, | |||
185 | #define AR_PHY_PLL_CTL_44_2133 0xeb | 185 | #define AR_PHY_PLL_CTL_44_2133 0xeb |
186 | #define AR_PHY_PLL_CTL_40_2133 0xea | 186 | #define AR_PHY_PLL_CTL_40_2133 0xea |
187 | 187 | ||
188 | #define AR_PHY_SPECTRAL_SCAN 0x9912 | ||
189 | #define AR_PHY_SPECTRAL_SCAN_ENABLE 0x1 | ||
190 | |||
188 | #define AR_PHY_RX_DELAY 0x9914 | 191 | #define AR_PHY_RX_DELAY 0x9914 |
189 | #define AR_PHY_SEARCH_START_DELAY 0x9918 | 192 | #define AR_PHY_SEARCH_START_DELAY 0x9918 |
190 | #define AR_PHY_RX_DELAY_DELAY 0x00003FFF | 193 | #define AR_PHY_RX_DELAY_DELAY 0x00003FFF |