From b91abeede47da1ed71f54d109d69339e5715a081 Mon Sep 17 00:00:00 2001 From: juhosg Date: Fri, 20 Feb 2009 08:55:27 +0000 Subject: [package] mac80211: update compat-wireless to 2009-02-19 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14572 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../319-rt2x00-Export-all-register-stats-through-debugfs.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/mac80211/patches/319-rt2x00-Export-all-register-stats-through-debugfs.patch') 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 63c726f6d..535489185 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 --- 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 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; -- cgit v1.2.3