aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/319-rt2x00-Export-all-register-stats-through-debugfs.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-02-20 08:55:27 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-02-20 08:55:27 +0000
commit33e3f220b5dd485681c19500dea11097cdafe0c5 (patch)
treef42db299d819488f19172787dd33e9d6f9f78810 /package/mac80211/patches/319-rt2x00-Export-all-register-stats-through-debugfs.patch
parent66ba8d8fed239d02a18efbf8d02f12ee1d3fcf30 (diff)
downloadmaster-187ad058-33e3f220b5dd485681c19500dea11097cdafe0c5.tar.gz
master-187ad058-33e3f220b5dd485681c19500dea11097cdafe0c5.tar.bz2
master-187ad058-33e3f220b5dd485681c19500dea11097cdafe0c5.zip
[package] mac80211: update compat-wireless to 2009-02-19
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14572 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/319-rt2x00-Export-all-register-stats-through-debugfs.patch')
-rw-r--r--package/mac80211/patches/319-rt2x00-Export-all-register-stats-through-debugfs.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/319-rt2x00-Export-all-register-stats-through-debugfs.patch b/package/mac80211/patches/319-rt2x00-Export-all-register-stats-through-debugfs.patch
index 63c726f6d8..535489185f 100644
--- a/package/mac80211/patches/319-rt2x00-Export-all-register-stats-through-debugfs.patch
+++ b/package/mac80211/patches/319-rt2x00-Export-all-register-stats-through-debugfs.patch
@@ -22,7 +22,7 @@ Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
--- a/drivers/net/wireless/rt2x00/rt2x00debug.c
+++ b/drivers/net/wireless/rt2x00/rt2x00debug.c
-@@ -545,9 +545,9 @@ static struct dentry *rt2x00debug_create
+@@ -547,9 +547,9 @@ static struct dentry *rt2x00debug_create
return NULL;
blob->data = data;
@@ -35,7 +35,7 @@ Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
blob->size = strlen(blob->data);
return debugfs_create_blob(name, S_IRUSR, intf->driver_folder, blob);
-@@ -568,14 +568,27 @@ static struct dentry *rt2x00debug_create
+@@ -570,14 +570,27 @@ static struct dentry *rt2x00debug_create
return NULL;
blob->data = data;