aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/564-ath9k_debugfs_diag.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-09 12:49:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-01-09 12:49:21 +0000
commite505441f7c45d65d69d55e998a86a07d9539dd7e (patch)
tree6f896420a39248d51dfe541a1cb518c536179ead /package/mac80211/patches/564-ath9k_debugfs_diag.patch
parent9735a162dcb601a9ceb617dc5877acf5326db289 (diff)
downloadupstream-e505441f7c45d65d69d55e998a86a07d9539dd7e.tar.gz
upstream-e505441f7c45d65d69d55e998a86a07d9539dd7e.tar.bz2
upstream-e505441f7c45d65d69d55e998a86a07d9539dd7e.zip
ath9k: backport stability fixes from r35063
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35064 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/564-ath9k_debugfs_diag.patch')
-rw-r--r--package/mac80211/patches/564-ath9k_debugfs_diag.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mac80211/patches/564-ath9k_debugfs_diag.patch b/package/mac80211/patches/564-ath9k_debugfs_diag.patch
index 2cf2a73e0b..638d3b58d3 100644
--- a/package/mac80211/patches/564-ath9k_debugfs_diag.patch
+++ b/package/mac80211/patches/564-ath9k_debugfs_diag.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/wireless/ath/ath9k/debug.c
+++ b/drivers/net/wireless/ath/ath9k/debug.c
-@@ -1678,6 +1678,50 @@ static const struct file_operations fops
+@@ -1677,6 +1677,50 @@ static const struct file_operations fops
};
@@ -51,7 +51,7 @@
int ath9k_init_debug(struct ath_hw *ah)
{
struct ath_common *common = ath9k_hw_common(ah);
-@@ -1760,5 +1804,8 @@ int ath9k_init_debug(struct ath_hw *ah)
+@@ -1759,5 +1803,8 @@ int ath9k_init_debug(struct ath_hw *ah)
debugfs_create_file("chanbw", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy,
sc, &fops_chanbw);
@@ -125,7 +125,7 @@
}
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
-@@ -476,6 +476,11 @@ irqreturn_t ath_isr(int irq, void *dev)
+@@ -470,6 +470,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 */