aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/317-rt2x00-Export-all-register-stats-through-debugfs.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-02-26 18:03:20 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-02-26 18:03:20 +0000
commit86307b4db2cc678440b0456c09d6b0388602094a (patch)
tree8dd4ba69ea4575b742dc1963efe1cb2959eda035 /package/mac80211/patches/317-rt2x00-Export-all-register-stats-through-debugfs.patch
parentd33317c579add5ab873d4a801c1dcffe1c3b4fa9 (diff)
downloadupstream-86307b4db2cc678440b0456c09d6b0388602094a.tar.gz
upstream-86307b4db2cc678440b0456c09d6b0388602094a.tar.bz2
upstream-86307b4db2cc678440b0456c09d6b0388602094a.zip
mac80211: update compat-wireless to 2009-02-25
SVN-Revision: 14675
Diffstat (limited to 'package/mac80211/patches/317-rt2x00-Export-all-register-stats-through-debugfs.patch')
-rw-r--r--package/mac80211/patches/317-rt2x00-Export-all-register-stats-through-debugfs.patch9
1 files changed, 2 insertions, 7 deletions
diff --git a/package/mac80211/patches/317-rt2x00-Export-all-register-stats-through-debugfs.patch b/package/mac80211/patches/317-rt2x00-Export-all-register-stats-through-debugfs.patch
index d8aa77b631..1e525c091c 100644
--- a/package/mac80211/patches/317-rt2x00-Export-all-register-stats-through-debugfs.patch
+++ b/package/mac80211/patches/317-rt2x00-Export-all-register-stats-through-debugfs.patch
@@ -20,11 +20,9 @@ Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
drivers/net/wireless/rt2x00/rt2x00debug.c | 33 ++++++++++++++++++++--------
1 files changed, 23 insertions(+), 10 deletions(-)
-diff --git a/drivers/net/wireless/rt2x00/rt2x00debug.c b/drivers/net/wireless/rt2x00/rt2x00debug.c
-index 8d47389..07d378e 100644
--- a/drivers/net/wireless/rt2x00/rt2x00debug.c
+++ b/drivers/net/wireless/rt2x00/rt2x00debug.c
-@@ -547,9 +547,9 @@ static struct dentry *rt2x00debug_create_file_driver(const char *name,
+@@ -547,9 +547,9 @@ static struct dentry *rt2x00debug_create
return NULL;
blob->data = data;
@@ -37,7 +35,7 @@ index 8d47389..07d378e 100644
blob->size = strlen(blob->data);
return debugfs_create_blob(name, S_IRUSR, intf->driver_folder, blob);
-@@ -570,14 +570,27 @@ static struct dentry *rt2x00debug_create_file_chipset(const char *name,
+@@ -570,14 +570,27 @@ static struct dentry *rt2x00debug_create
return NULL;
blob->data = data;
@@ -72,6 +70,3 @@ index 8d47389..07d378e 100644
blob->size = strlen(blob->data);
return debugfs_create_blob(name, S_IRUSR, intf->driver_folder, blob);
---
-1.6.0
-