diff options
author | Vasanthakumar Thiagarajan <vasanth@atheros.com> | 2010-12-06 07:27:59 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-12-07 16:54:23 -0500 |
commit | a95f1600081211433c5ff6f3668061c821552e9f (patch) | |
tree | b93da1ce1f8971990f56a3bf9ca7fa75bab9261e /drivers/net/wireless | |
parent | 11441fb8b700bd782ae72d3dd87453fc5bc2ff12 (diff) |
ath9k_hw: Disable MRC CCK for AR9485
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ani.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ani.c b/drivers/net/wireless/ath/ath9k/ani.c index e2ffac3d4d8..2e31c775351 100644 --- a/drivers/net/wireless/ath/ath9k/ani.c +++ b/drivers/net/wireless/ath/ath9k/ani.c | |||
@@ -358,7 +358,7 @@ static void ath9k_hw_set_cck_nil(struct ath_hw *ah, u_int8_t immunityLevel) | |||
358 | entry_cck->fir_step_level); | 358 | entry_cck->fir_step_level); |
359 | 359 | ||
360 | /* Skip MRC CCK for pre AR9003 families */ | 360 | /* Skip MRC CCK for pre AR9003 families */ |
361 | if (!AR_SREV_9300_20_OR_LATER(ah)) | 361 | if (!AR_SREV_9300_20_OR_LATER(ah) || AR_SREV_9485(ah)) |
362 | return; | 362 | return; |
363 | 363 | ||
364 | if (aniState->mrcCCKOff == entry_cck->mrc_cck_on) | 364 | if (aniState->mrcCCKOff == entry_cck->mrc_cck_on) |