From 4f6004af4c4171882f37e2e5d8fb3609fe260617 Mon Sep 17 00:00:00 2001 From: morrownr Date: Fri, 29 Mar 2024 13:38:13 -0500 Subject: [PATCH] minor update --- 8821cu.conf | 9 +++++---- Makefile | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/8821cu.conf b/8821cu.conf index 14e1c9c..5e3b598 100644 --- a/8821cu.conf +++ b/8821cu.conf @@ -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`. # # ----- # diff --git a/Makefile b/Makefile index c219095..1380f2b 100644 --- a/Makefile +++ b/Makefile @@ -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