diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-20 08:55:27 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-20 08:55:27 +0000 |
commit | bc08f6adf8f54b242d030c0138c1dbe49c1b4643 (patch) | |
tree | 6f3e33bab8b9c1c3e9110fe769d1b04cd2e126fc /package/mac80211/patches/319-rt2x00-Export-all-register-stats-through-debugfs.patch | |
parent | e18a175ec21376b1d151a38753930b4ac55a1aca (diff) | |
download | upstream-bc08f6adf8f54b242d030c0138c1dbe49c1b4643.tar.gz upstream-bc08f6adf8f54b242d030c0138c1dbe49c1b4643.tar.bz2 upstream-bc08f6adf8f54b242d030c0138c1dbe49c1b4643.zip |
mac80211: update compat-wireless to 2009-02-19
SVN-Revision: 14572
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.patch | 4 |
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; |