From 3e80ebc6bae5695b1317925497c2ead167e09a48 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 72e0eb7..8135c1d 100755 --- a/include/autoconf.h +++ b/include/autoconf.h @@ -343,14 +343,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