blob: 4951cb3e1c608e4671047ff125954d58d09c96e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
diff --git a/include/autoconf.h b/include/autoconf.h
index 91f3eec..624c6fa 100644
--- a/include/autoconf.h
+++ b/include/autoconf.h
@@ -380,9 +380,9 @@
/*
* Debug Related Config
*/
-#define DBG 1
+#define DBG 0
-#define CONFIG_DEBUG /* DBG_871X, etc... */
+//#define CONFIG_DEBUG /* DBG_871X, etc... */
//#define CONFIG_DEBUG_RTL871X /* RT_TRACE, RT_PRINT_DATA, _func_enter_, _func_exit_ */
#define CONFIG_PROC_DEBUG
|