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:
5d9c7e3
)
ath9k_hw: enable ANI on AR934x
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 15 Jul 2012 17:53:31 +0000
(19:53 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 17 Jul 2012 19:11:34 +0000
(15:11 -0400)
It has been tested and works properly
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/hw.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/hw.c
b/drivers/net/wireless/ath/ath9k/hw.c
index 9c8e0d84c56bcc4c57744b8bd81a8046928f271e..ddb24bfc273791af3fef014d7f64e66b091daaf6 100644
(file)
--- a/
drivers/net/wireless/ath/ath9k/hw.c
+++ b/
drivers/net/wireless/ath/ath9k/hw.c
@@
-671,10
+671,6
@@
static int __ath9k_hw_init(struct ath_hw *ah)
if (!AR_SREV_9300_20_OR_LATER(ah))
ah->ani_function &= ~ATH9K_ANI_MRC_CCK;
- /* disable ANI for 9340 */
- if (AR_SREV_9340(ah))
- ah->config.enable_ani = false;
-
ath9k_hw_init_mode_regs(ah);
if (!ah->is_pciexpress)