projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11441fb
)
ath9k_hw: Disable MRC CCK for AR9485
author
Vasanthakumar Thiagarajan
<
[email protected]
>
Mon, 6 Dec 2010 12:27:59 +0000
(
04:27
-0800)
committer
John W. Linville
<
[email protected]
>
Tue, 7 Dec 2010 21:54:23 +0000
(16:54 -0500)
Signed-off-by: Vasanthakumar Thiagarajan <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/ath/ath9k/ani.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/ani.c
b/drivers/net/wireless/ath/ath9k/ani.c
index e2ffac3d4d8e3b30305a47b5c3db376638d40cfb..2e31c775351fb3c4e2fba12960a92954a211b4ea 100644
(file)
--- 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)
entry_cck->fir_step_level);
/* Skip MRC CCK for pre AR9003 families */
- if (!AR_SREV_9300_20_OR_LATER(ah))
+ if (!AR_SREV_9300_20_OR_LATER(ah)
|| AR_SREV_9485(ah)
)
return;
if (aniState->mrcCCKOff == entry_cck->mrc_cck_on)