mirror of
https://github.com/cilynx/rtl88x2bu
synced 2025-08-28 12:57:47 +00:00
Disable RTW debug loggin and fix CONFIG_RTW_SW_LED compile warning
This commit is contained in:
parent
f50e14e4de
commit
582b7b9a5d
4
Makefile
4
Makefile
@ -88,10 +88,10 @@ CONFIG_RTW_UP_MAPPING_RULE = tos
|
|||||||
CONFIG_RTW_VHT_2G4 = y
|
CONFIG_RTW_VHT_2G4 = y
|
||||||
|
|
||||||
########################## Debug ###########################
|
########################## Debug ###########################
|
||||||
CONFIG_RTW_DEBUG = y
|
CONFIG_RTW_DEBUG = n
|
||||||
# default log level is _DRV_INFO_ = 4,
|
# default log level is _DRV_INFO_ = 4,
|
||||||
# please refer to "How_to_set_driver_debug_log_level.doc" to set the available level.
|
# 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
|
# enable /proc/net/rtlxxxx/ debug interfaces
|
||||||
CONFIG_PROC_DEBUG = y
|
CONFIG_PROC_DEBUG = y
|
||||||
|
@ -179,7 +179,7 @@
|
|||||||
|
|
||||||
#define CONFIG_RTW_LED
|
#define CONFIG_RTW_LED
|
||||||
#ifdef CONFIG_RTW_LED
|
#ifdef CONFIG_RTW_LED
|
||||||
#define CONFIG_RTW_SW_LED
|
// #define CONFIG_RTW_SW_LED
|
||||||
#ifdef CONFIG_RTW_SW_LED
|
#ifdef CONFIG_RTW_SW_LED
|
||||||
/* #define CONFIG_RTW_LED_HANDLED_BY_CMD_THREAD */
|
/* #define CONFIG_RTW_LED_HANDLED_BY_CMD_THREAD */
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user