From 39f494a7cd1c50aeb2974399f40966fe250c98f8 Mon Sep 17 00:00:00 2001 From: Diederik de Haas Date: Sat, 14 Nov 2015 06:25:17 +0100 Subject: [PATCH] Disabled debugging code. --- include/autoconf.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/autoconf.h b/include/autoconf.h index fe69881..5ed455e 100644 --- a/include/autoconf.h +++ b/include/autoconf.h @@ -344,14 +344,14 @@ /* * 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 +//#define CONFIG_PROC_DEBUG -#define DBG_CONFIG_ERROR_DETECT +//#define DBG_CONFIG_ERROR_DETECT //#define DBG_CONFIG_ERROR_DETECT_INT //#define DBG_CONFIG_ERROR_RESET