diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/calib.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/calib.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/net/wireless/ath/ath9k/calib.h b/drivers/net/wireless/ath/ath9k/calib.h index 24538bdb9126..cd60d09cdda7 100644 --- a/drivers/net/wireless/ath/ath9k/calib.h +++ b/drivers/net/wireless/ath/ath9k/calib.h | |||
@@ -19,12 +19,6 @@ | |||
19 | 19 | ||
20 | #include "hw.h" | 20 | #include "hw.h" |
21 | 21 | ||
22 | #define AR_PHY_CCA_MAX_AR5416_GOOD_VALUE -85 | ||
23 | #define AR_PHY_CCA_MAX_AR9280_GOOD_VALUE -112 | ||
24 | #define AR_PHY_CCA_MAX_AR9285_GOOD_VALUE -118 | ||
25 | #define AR_PHY_CCA_MAX_AR9287_GOOD_VALUE -118 | ||
26 | #define AR_PHY_CCA_MAX_HIGH_VALUE -62 | ||
27 | #define AR_PHY_CCA_MIN_BAD_VALUE -140 | ||
28 | #define AR_PHY_CCA_FILTERWINDOW_LENGTH_INIT 3 | 22 | #define AR_PHY_CCA_FILTERWINDOW_LENGTH_INIT 3 |
29 | #define AR_PHY_CCA_FILTERWINDOW_LENGTH 5 | 23 | #define AR_PHY_CCA_FILTERWINDOW_LENGTH 5 |
30 | 24 | ||
@@ -115,6 +109,7 @@ struct ath9k_pacal_info{ | |||
115 | 109 | ||
116 | bool ath9k_hw_reset_calvalid(struct ath_hw *ah); | 110 | bool ath9k_hw_reset_calvalid(struct ath_hw *ah); |
117 | void ath9k_hw_start_nfcal(struct ath_hw *ah); | 111 | void ath9k_hw_start_nfcal(struct ath_hw *ah); |
112 | void ath9k_hw_loadnf(struct ath_hw *ah, struct ath9k_channel *chan); | ||
118 | int16_t ath9k_hw_getnf(struct ath_hw *ah, | 113 | int16_t ath9k_hw_getnf(struct ath_hw *ah, |
119 | struct ath9k_channel *chan); | 114 | struct ath9k_channel *chan); |
120 | void ath9k_init_nfcal_hist_buffer(struct ath_hw *ah); | 115 | void ath9k_init_nfcal_hist_buffer(struct ath_hw *ah); |