minor update

main
morrownr 2024-03-29 13:38:13 -05:00
parent cd74de9bbf
commit 4f6004af4c
2 changed files with 6 additions and 5 deletions

View File

@ -10,7 +10,7 @@
blacklist rtw88_8821cu
#
# Edit the following line to change, add or delete options:
options 8821cu rtw_drv_log_level=1 rtw_led_ctrl=1 rtw_vht_enable=1 rtw_power_mgnt=1
options 8821cu rtw_led_ctrl=1
#
# Note: The above `options` line is a good default for managed mode. Below is
# an example for AP mode. Modify as required after reading the documentation:
@ -30,8 +30,8 @@ options 8821cu rtw_drv_log_level=1 rtw_led_ctrl=1 rtw_vht_enable=1 rtw_power_mgn
#
# Log options ( rtw_drv_log_level )
#
# 0 = NONE
# 1 = ALWAYS (default)
# 0 = NONE (default)
# 1 = ALWAYS
# 2 = ERROR
# 3 = WARNING
# 4 = INFO
@ -43,7 +43,8 @@ options 8821cu rtw_drv_log_level=1 rtw_led_ctrl=1 rtw_vht_enable=1 rtw_power_mgn
#
# sudo ./save-log.sh
#
# Note: The name of the log file will be `rtw.log`.
# Note: A log option greater than 1 must be set. The name of the log
# file will be `rtw.log`.
#
# -----
#

View File

@ -126,7 +126,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 = 1
CONFIG_RTW_LOG_LEVEL = 0
# enable /proc/net/rtlxxxx/ debug interfaces
CONFIG_PROC_DEBUG = n