X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fmac80211%2Fpatches%2F317-rt2x00-Export-all-register-stats-through-debugfs.patch;h=1e525c091c80a80118c64f1f721ab53748a838c3;hb=e93015c4d471dd96723008344b3008afa6ff4177;hp=d8aa77b6315438abb035d02a8d4a41403664c441;hpb=2b3c255cdd34c3f16ae39420012c21841bb0b835;p=openwrt-10.03%2F.git 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 d8aa77b63..1e525c091 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 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 -