diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ani.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ani.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ani.c b/drivers/net/wireless/ath/ath9k/ani.c index 734e72db039a..ba0bad6728bb 100644 --- a/drivers/net/wireless/ath/ath9k/ani.c +++ b/drivers/net/wireless/ath/ath9k/ani.c | |||
@@ -505,14 +505,10 @@ void ath9k_hw_ani_init(struct ath_hw *ah) | |||
505 | struct ar5416AniState *ani = &chan->ani; | 505 | struct ar5416AniState *ani = &chan->ani; |
506 | 506 | ||
507 | ani->spurImmunityLevel = ATH9K_ANI_SPUR_IMMUNE_LVL; | 507 | ani->spurImmunityLevel = ATH9K_ANI_SPUR_IMMUNE_LVL; |
508 | |||
509 | ani->firstepLevel = ATH9K_ANI_FIRSTEP_LVL; | 508 | ani->firstepLevel = ATH9K_ANI_FIRSTEP_LVL; |
510 | |||
511 | ani->mrcCCK = AR_SREV_9300_20_OR_LATER(ah) ? true : false; | 509 | ani->mrcCCK = AR_SREV_9300_20_OR_LATER(ah) ? true : false; |
512 | |||
513 | ani->ofdmsTurn = true; | 510 | ani->ofdmsTurn = true; |
514 | 511 | ani->ofdmWeakSigDetect = true; | |
515 | ani->ofdmWeakSigDetect = ATH9K_ANI_USE_OFDM_WEAK_SIG; | ||
516 | ani->cckNoiseImmunityLevel = ATH9K_ANI_CCK_DEF_LEVEL; | 512 | ani->cckNoiseImmunityLevel = ATH9K_ANI_CCK_DEF_LEVEL; |
517 | ani->ofdmNoiseImmunityLevel = ATH9K_ANI_OFDM_DEF_LEVEL; | 513 | ani->ofdmNoiseImmunityLevel = ATH9K_ANI_OFDM_DEF_LEVEL; |
518 | } | 514 | } |