diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-05-19 19:51:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-05-19 19:51:45 +0000 |
commit | acf1c9827141f64a7e9dab47b8b249da5ad74125 (patch) | |
tree | 6761f0a0e16cdbeeebdd3cec5a1ec6d55c9d7cd9 /package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch | |
parent | 15ff368d5f04d3cdd565e823b89889078a53b529 (diff) | |
download | mtk-20170518-acf1c9827141f64a7e9dab47b8b249da5ad74125.zip mtk-20170518-acf1c9827141f64a7e9dab47b8b249da5ad74125.tar.gz mtk-20170518-acf1c9827141f64a7e9dab47b8b249da5ad74125.tar.bz2 |
ath9k: add some rx path fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40780
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 44aa905..419717a 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 -@@ -603,6 +603,11 @@ irqreturn_t ath_isr(int irq, void *dev) +@@ -610,6 +610,11 @@ irqreturn_t ath_isr(int irq, void *dev) ath9k_debug_sync_cause(sc, sync_cause); status &= ah->imask; /* discard unasked-for bits */ |