mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-09 23:19:39 +00:00
Modify autoconf.h to activate LEDs and reduce log spamming
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
85df502f5b
commit
124abebb96
1 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@
|
|||
|
||||
#define CONFIG_SKB_COPY //for amsdu
|
||||
|
||||
//#define CONFIG_LED
|
||||
#define CONFIG_LED
|
||||
#ifdef CONFIG_LED
|
||||
#define CONFIG_SW_LED
|
||||
#ifdef CONFIG_SW_LED
|
||||
|
@ -360,7 +360,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
|
||||
|
|
Loading…
Reference in a new issue