mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2024-11-21 21:14:48 +00:00
minor update
This commit is contained in:
parent
cd74de9bbf
commit
4f6004af4c
@ -10,7 +10,7 @@
|
|||||||
blacklist rtw88_8821cu
|
blacklist rtw88_8821cu
|
||||||
#
|
#
|
||||||
# Edit the following line to change, add or delete options:
|
# 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
|
# 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:
|
# 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 )
|
# Log options ( rtw_drv_log_level )
|
||||||
#
|
#
|
||||||
# 0 = NONE
|
# 0 = NONE (default)
|
||||||
# 1 = ALWAYS (default)
|
# 1 = ALWAYS
|
||||||
# 2 = ERROR
|
# 2 = ERROR
|
||||||
# 3 = WARNING
|
# 3 = WARNING
|
||||||
# 4 = INFO
|
# 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
|
# 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`.
|
||||||
#
|
#
|
||||||
# -----
|
# -----
|
||||||
#
|
#
|
||||||
|
2
Makefile
2
Makefile
@ -126,7 +126,7 @@ endif
|
|||||||
CONFIG_RTW_DEBUG = y
|
CONFIG_RTW_DEBUG = y
|
||||||
# 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 = 1
|
CONFIG_RTW_LOG_LEVEL = 0
|
||||||
|
|
||||||
# enable /proc/net/rtlxxxx/ debug interfaces
|
# enable /proc/net/rtlxxxx/ debug interfaces
|
||||||
CONFIG_PROC_DEBUG = n
|
CONFIG_PROC_DEBUG = n
|
||||||
|
Loading…
Reference in New Issue
Block a user