2
0
mirror of https://github.com/cilynx/rtl88x2bu synced 2025-08-22 02:01:55 +00:00

Disable RTW debug loggin and fix CONFIG_RTW_SW_LED compile warning

This commit is contained in:
Max Görner 2021-03-08 20:30:28 +01:00
parent f50e14e4de
commit 582b7b9a5d
2 changed files with 3 additions and 3 deletions

View File

@ -88,10 +88,10 @@ CONFIG_RTW_UP_MAPPING_RULE = tos
CONFIG_RTW_VHT_2G4 = y
########################## Debug ###########################
CONFIG_RTW_DEBUG = y
CONFIG_RTW_DEBUG = n
# default log level is _DRV_INFO_ = 4,
# please refer to "How_to_set_driver_debug_log_level.doc" to set the available level.
CONFIG_RTW_LOG_LEVEL = 4
CONFIG_RTW_LOG_LEVEL = 2
# enable /proc/net/rtlxxxx/ debug interfaces
CONFIG_PROC_DEBUG = y

View File

@ -179,7 +179,7 @@
#define CONFIG_RTW_LED
#ifdef CONFIG_RTW_LED
#define CONFIG_RTW_SW_LED
// #define CONFIG_RTW_SW_LED
#ifdef CONFIG_RTW_SW_LED
/* #define CONFIG_RTW_LED_HANDLED_BY_CMD_THREAD */
#endif