summaryrefslogtreecommitdiff
path: root/community/rt3562sta/rt3562sta-2.4.1.1-reduce_debug_output.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-29 02:13:48 -0800
committerroot <root@rshg054.dnsready.net>2012-12-29 02:13:48 -0800
commit5dd7ed82e788ebad2e920e0f2db7468cc6547cfe (patch)
treef467412e09912ababcd8fe6c05193d829f514dcd /community/rt3562sta/rt3562sta-2.4.1.1-reduce_debug_output.patch
parent3009e8addb4a894329bf8ab3e8fb763361833978 (diff)
Sat Dec 29 02:10:20 PST 2012
Diffstat (limited to 'community/rt3562sta/rt3562sta-2.4.1.1-reduce_debug_output.patch')
-rw-r--r--community/rt3562sta/rt3562sta-2.4.1.1-reduce_debug_output.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/rt3562sta/rt3562sta-2.4.1.1-reduce_debug_output.patch b/community/rt3562sta/rt3562sta-2.4.1.1-reduce_debug_output.patch
new file mode 100644
index 000000000..6754f214d
--- /dev/null
+++ b/community/rt3562sta/rt3562sta-2.4.1.1-reduce_debug_output.patch
@@ -0,0 +1,15 @@
+--- include/os/rt_linux.h.orig 2011-01-07 11:20:02.000000000 +0100
++++ include/os/rt_linux.h 2011-01-07 11:21:30.000000000 +0100
+@@ -611,10 +611,10 @@
+
+ #define DBGPRINT_RAW(Level, Fmt) \
+ do{ \
+- if (Level <= RTDebugLevel) \
++/* if (Level <= RTDebugLevel) \
+ { \
+ printk Fmt; \
+- } \
++ }*/ \
+ }while(0)
+
+ #define DBGPRINT(Level, Fmt) DBGPRINT_RAW(Level, Fmt)