修改8821cu和8822ce的打印等级,不打印内容

This commit is contained in:
kalous12
2023-05-18 09:30:29 +00:00
parent 48db4e461c
commit e54fbb5cd2
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ CONFIG_RTW_DEBUG = y
# default log level is _DRV_INFO_ = 4,
# please refer to "How_to_set_driver_debug_log_level.doc" to set the available level.
# echo 3 > /proc/net/rtl8821cu/log_level
CONFIG_RTW_LOG_LEVEL = 1
CONFIG_RTW_LOG_LEVEL = 0
# enable /proc/net/rtlxxxx/ debug interfaces
CONFIG_PROC_DEBUG = y

View File

@ -106,7 +106,7 @@ endif
CONFIG_RTW_DEBUG = y
# 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 = 0
# enable /proc/net/rtlxxxx/ debug interfaces
CONFIG_PROC_DEBUG = y