From: Sujith Date: Thu, 12 Feb 2009 04:36:54 +0000 (+0530) Subject: ath9k: Decrease minimum NF threshold X-Git-Tag: upstream/snapshot3+hdmi~19925^2~460^2~117 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b06e786d4c850515e2efdf6dc37ba9e2ffc86bab;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ath9k: Decrease minimum NF threshold The existing value was too conservative, causing the history buffer not to be updated. Signed-off-by: Sujith Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath9k/calib.h b/drivers/net/wireless/ath9k/calib.h index d2448f0..32589e0 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; #define AR_PHY_CCA_MAX_GOOD_VALUE -85 #define AR_PHY_CCA_MAX_HIGH_VALUE -62 -#define AR_PHY_CCA_MIN_BAD_VALUE -121 +#define AR_PHY_CCA_MIN_BAD_VALUE -140 #define AR_PHY_CCA_FILTERWINDOW_LENGTH_INIT 3 #define AR_PHY_CCA_FILTERWINDOW_LENGTH 5