diff options
Diffstat (limited to 'drivers/net/wireless/ath9k/phy.h')
-rw-r--r-- | drivers/net/wireless/ath9k/phy.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath9k/phy.h b/drivers/net/wireless/ath9k/phy.h index 14702344448b..3a406a5c0593 100644 --- a/drivers/net/wireless/ath9k/phy.h +++ b/drivers/net/wireless/ath9k/phy.h | |||
@@ -50,6 +50,9 @@ bool ath9k_hw_init_rf(struct ath_hal *ah, | |||
50 | #define AR_PHY_FC_SHORT_GI_40 0x00000080 | 50 | #define AR_PHY_FC_SHORT_GI_40 0x00000080 |
51 | #define AR_PHY_FC_WALSH 0x00000100 | 51 | #define AR_PHY_FC_WALSH 0x00000100 |
52 | #define AR_PHY_FC_SINGLE_HT_LTF1 0x00000200 | 52 | #define AR_PHY_FC_SINGLE_HT_LTF1 0x00000200 |
53 | #define AR_PHY_FC_ENABLE_DAC_FIFO 0x00000800 | ||
54 | |||
55 | #define AR_PHY_TEST2 0x9808 | ||
53 | 56 | ||
54 | #define AR_PHY_TIMING2 0x9810 | 57 | #define AR_PHY_TIMING2 0x9810 |
55 | #define AR_PHY_TIMING3 0x9814 | 58 | #define AR_PHY_TIMING3 0x9814 |
@@ -100,6 +103,8 @@ bool ath9k_hw_init_rf(struct ath_hal *ah, | |||
100 | #define AR_PHY_RF_CTL4_FRAME_XPAA_ON 0x000000FF | 103 | #define AR_PHY_RF_CTL4_FRAME_XPAA_ON 0x000000FF |
101 | #define AR_PHY_RF_CTL4_FRAME_XPAA_ON_S 0 | 104 | #define AR_PHY_RF_CTL4_FRAME_XPAA_ON_S 0 |
102 | 105 | ||
106 | #define AR_PHY_TSTDAC_CONST 0x983c | ||
107 | |||
103 | #define AR_PHY_SETTLING 0x9844 | 108 | #define AR_PHY_SETTLING 0x9844 |
104 | #define AR_PHY_SETTLING_SWITCH 0x00003F80 | 109 | #define AR_PHY_SETTLING_SWITCH 0x00003F80 |
105 | #define AR_PHY_SETTLING_SWITCH_S 7 | 110 | #define AR_PHY_SETTLING_SWITCH_S 7 |