diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-11-27 04:30:09 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-11-27 04:30:09 +0000 |
commit | ae3a134cc44fa5349c7f44c82481eb8901d7626c (patch) | |
tree | 1794a79436252088d0818ce58ea5a77190761037 /package/mac80211 | |
parent | 5e83009a5218ad957d19cb4ca61ee678aae9f7c9 (diff) | |
download | upstream-ae3a134cc44fa5349c7f44c82481eb8901d7626c.tar.gz upstream-ae3a134cc44fa5349c7f44c82481eb8901d7626c.tar.bz2 upstream-ae3a134cc44fa5349c7f44c82481eb8901d7626c.zip |
ath9k: enable ANI on ar913x, should noticeably improve stability in noisy environments
SVN-Revision: 29338
Diffstat (limited to 'package/mac80211')
-rw-r--r-- | package/mac80211/patches/543-ath9k_enable_ar9100_ani.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/mac80211/patches/543-ath9k_enable_ar9100_ani.patch b/package/mac80211/patches/543-ath9k_enable_ar9100_ani.patch new file mode 100644 index 0000000000..80b8d2e5f6 --- /dev/null +++ b/package/mac80211/patches/543-ath9k_enable_ar9100_ani.patch @@ -0,0 +1,11 @@ +--- a/drivers/net/wireless/ath/ath9k/hw.c ++++ b/drivers/net/wireless/ath/ath9k/hw.c +@@ -513,7 +513,7 @@ static int ath9k_hw_post_init(struct ath + return ecode; + } + +- if (!AR_SREV_9100(ah) && !AR_SREV_9340(ah)) { ++ if (!AR_SREV_9340(ah)) { + ath9k_hw_ani_setup(ah); + ath9k_hw_ani_init(ah); + } |