diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-05-20 11:09:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-05-20 11:09:47 +0000 |
commit | 740a322cf869e553cc2ba7164b514bf47e0ea654 (patch) | |
tree | 8d0c427a2e1dc398ffbcd913c35eced851926304 /package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch | |
parent | 9d5be2b85893a54e4d6a146fddab6dbefadb52ce (diff) | |
download | mtk-20170518-740a322cf869e553cc2ba7164b514bf47e0ea654.zip mtk-20170518-740a322cf869e553cc2ba7164b514bf47e0ea654.tar.gz mtk-20170518-740a322cf869e553cc2ba7164b514bf47e0ea654.tar.bz2 |
ath9k: revert a faulty rx path fix
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40802
Diffstat (limited to 'package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch')
-rw-r--r-- | package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch b/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch index 3db34bb..764e5e2 100644 --- a/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch +++ b/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch @@ -125,7 +125,7 @@ REG_SET_BIT(ah, AR_BTCOEX_WL_LNADIV, AR_BTCOEX_WL_LNADIV_FORCE_ON); --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c -@@ -612,6 +612,11 @@ irqreturn_t ath_isr(int irq, void *dev) +@@ -605,6 +605,11 @@ irqreturn_t ath_isr(int irq, void *dev) ath9k_debug_sync_cause(sc, sync_cause); status &= ah->imask; /* discard unasked-for bits */ |