From 94b2f5947711170ce27e06bbbfcc2a02680d3dc8 Mon Sep 17 00:00:00 2001 From: Jon Seymour Date: Wed, 12 Apr 2017 06:05:53 +0000 Subject: [PATCH] Disable debug logging by default. --- include/autoconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/autoconf.h b/include/autoconf.h index 3ac7fd4..4289101 100644 --- a/include/autoconf.h +++ b/include/autoconf.h @@ -371,7 +371,7 @@ */ #define DBG 1 -#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