summaryrefslogtreecommitdiff
path: root/crap
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2010-09-23 11:15:32 -0700
committerLuis R. Rodriguez <lrodriguez@atheros.com>2010-09-23 11:15:32 -0700
commit3d21266ed90b1e9e0757e7385fe199ed755bf1df (patch)
treeddecf452a8473028c0ad33f18180a96322a1759d /crap
parent82bb470b13c9ce3b397243be89af53880d90c55d (diff)
compat-wireless: refresh crap patches
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Diffstat (limited to 'crap')
-rw-r--r--crap/0001-ath9k-Add-debugfs-interface-to-dump-registers.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/crap/0001-ath9k-Add-debugfs-interface-to-dump-registers.patch b/crap/0001-ath9k-Add-debugfs-interface-to-dump-registers.patch
index a6c6d3e8..08f56a16 100644
--- a/crap/0001-ath9k-Add-debugfs-interface-to-dump-registers.patch
+++ b/crap/0001-ath9k-Add-debugfs-interface-to-dump-registers.patch
@@ -42,7 +42,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
#ifdef CONFIG_ATH_DEBUG
static ssize_t read_file_debug(struct file *file, char __user *user_buf,
-@@ -908,6 +922,40 @@ static const struct file_operations fops
+@@ -941,6 +955,40 @@ static const struct file_operations fops
.llseek = default_llseek,/* read accesses f_pos */
};
@@ -83,7 +83,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
int ath9k_init_debug(struct ath_hw *ah)
{
struct ath_common *common = ath9k_hw_common(ah);
-@@ -972,6 +1020,11 @@ int ath9k_init_debug(struct ath_hw *ah)
+@@ -1005,6 +1053,11 @@ int ath9k_init_debug(struct ath_hw *ah)
goto err;
sc->debug.regidx = 0;
@@ -95,7 +95,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
return 0;
err:
ath9k_exit_debug(ah);
-@@ -983,6 +1036,7 @@ void ath9k_exit_debug(struct ath_hw *ah)
+@@ -1016,6 +1069,7 @@ void ath9k_exit_debug(struct ath_hw *ah)
struct ath_common *common = ath9k_hw_common(ah);
struct ath_softc *sc = (struct ath_softc *) common->priv;