diff options
-rw-r--r-- | drivers/net/wireless/ath9k/calib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/calib.h b/drivers/net/wireless/ath9k/calib.h index d2448f049c1d..32589e0c5018 100644 --- a/drivers/net/wireless/ath9k/calib.h +++ b/drivers/net/wireless/ath9k/calib.h | |||
@@ -27,7 +27,7 @@ extern const struct hal_percal_data adc_init_dc_cal; | |||
27 | 27 | ||
28 | #define AR_PHY_CCA_MAX_GOOD_VALUE -85 | 28 | #define AR_PHY_CCA_MAX_GOOD_VALUE -85 |
29 | #define AR_PHY_CCA_MAX_HIGH_VALUE -62 | 29 | #define AR_PHY_CCA_MAX_HIGH_VALUE -62 |
30 | #define AR_PHY_CCA_MIN_BAD_VALUE -121 | 30 | #define AR_PHY_CCA_MIN_BAD_VALUE -140 |
31 | #define AR_PHY_CCA_FILTERWINDOW_LENGTH_INIT 3 | 31 | #define AR_PHY_CCA_FILTERWINDOW_LENGTH_INIT 3 |
32 | #define AR_PHY_CCA_FILTERWINDOW_LENGTH 5 | 32 | #define AR_PHY_CCA_FILTERWINDOW_LENGTH 5 |
33 | 33 | ||