]> git.pld-linux.org Git - packages/rtl8812au.git/blame - disable-debug.patch
- rel 16
[packages/rtl8812au.git] / disable-debug.patch
CommitLineData
5246a30b
JR
1diff --git a/include/autoconf.h b/include/autoconf.h
2index 6f579b3..61b6c74 100644
3--- a/include/autoconf.h
4+++ b/include/autoconf.h
5@@ -364,14 +364,14 @@
6 /*
7 * Debug Related Config
8 */
9-#define DBG 1
10+#define DBG 0
11
12-#define CONFIG_DEBUG /* DBG_871X, etc... */
13+//#define CONFIG_DEBUG /* DBG_871X, etc... */
14 //#define CONFIG_DEBUG_RTL871X /* RT_TRACE, RT_PRINT_DATA, _func_enter_, _func_exit_ */
15
16 #define CONFIG_PROC_DEBUG
17
18-#define DBG_CONFIG_ERROR_DETECT
19+//#define DBG_CONFIG_ERROR_DETECT
20 //#define DBG_CONFIG_ERROR_DETECT_INT
21 //#define DBG_CONFIG_ERROR_RESET
22
This page took 0.08138 seconds and 4 git commands to generate.