diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-09-27 20:52:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-09-27 20:52:11 +0000 |
commit | a03d97d38334970884c5ba206c649ad37e126ad5 (patch) | |
tree | fbadbab05214f3c0935fb950ecdd6af542e07579 /package/kernel/mac80211/patches/560-ath9k_pcoem_optional.patch | |
parent | 3e833dcf9063ff99467854e43a81547e90199f3e (diff) | |
download | mtk-20170518-a03d97d38334970884c5ba206c649ad37e126ad5.zip mtk-20170518-a03d97d38334970884c5ba206c649ad37e126ad5.tar.gz mtk-20170518-a03d97d38334970884c5ba206c649ad37e126ad5.tar.bz2 |
ath9k: fix some issues with ar934x rev 3 (especially ad-hoc mode)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42686
Diffstat (limited to 'package/kernel/mac80211/patches/560-ath9k_pcoem_optional.patch')
-rw-r--r-- | package/kernel/mac80211/patches/560-ath9k_pcoem_optional.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/560-ath9k_pcoem_optional.patch b/package/kernel/mac80211/patches/560-ath9k_pcoem_optional.patch index b9e64e4..cc32688 100644 --- a/package/kernel/mac80211/patches/560-ath9k_pcoem_optional.patch +++ b/package/kernel/mac80211/patches/560-ath9k_pcoem_optional.patch @@ -194,7 +194,7 @@ ((_ah)->hw_version.macRev >= AR_SREV_REVISION_9485_11)) #define AR_SREV_9485_OR_LATER(_ah) \ (((_ah)->hw_version.macVersion >= AR_SREV_VERSION_9485)) -@@ -911,34 +922,30 @@ +@@ -915,34 +926,30 @@ (AR_SREV_9285_12_OR_LATER(_ah) && \ ((REG_READ(_ah, AR_AN_SYNTH9) & 0x7) == 0x1)) |