diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-09-08 09:38:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-09-08 09:38:38 +0000 |
commit | 768e6750d77438bb461c5396f205df8b7f56de94 (patch) | |
tree | d33abf868f9e6ffa0533e859dd338906085943ae /package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch | |
parent | 249c39658335ea2a1e5cd2edab27970a4db19d66 (diff) | |
download | mtk-20170518-768e6750d77438bb461c5396f205df8b7f56de94.zip mtk-20170518-768e6750d77438bb461c5396f205df8b7f56de94.tar.gz mtk-20170518-768e6750d77438bb461c5396f205df8b7f56de94.tar.bz2 |
ath9k: clean up some patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37919
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 3409b69..521f031 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 -@@ -458,6 +458,11 @@ irqreturn_t ath_isr(int irq, void *dev) +@@ -462,6 +462,11 @@ irqreturn_t ath_isr(int irq, void *dev) ath9k_hw_getisr(ah, &status); /* NB: clears ISR too */ status &= ah->imask; /* discard unasked-for bits */ |