From 6e4c5ccfd6607e9f4b1c1befd165ce56e7d6a653 Mon Sep 17 00:00:00 2001 From: morrownr Date: Fri, 29 Mar 2024 13:29:17 -0500 Subject: [PATCH] minor update --- 88x2bu.conf | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/88x2bu.conf b/88x2bu.conf index 8c5a39d..7d51523 100644 --- a/88x2bu.conf +++ b/88x2bu.conf @@ -10,13 +10,13 @@ blacklist rtw88_8822bu # # Edit the following line to change, add or delete options: -options 88x2bu rtw_drv_log_level=0 rtw_led_ctrl=1 rtw_vht_enable=1 rtw_switch_usb_mode=0 +options 88x2bu rtw_switch_usb_mode=0 rtw_led_ctrl=1 # # Note: To activate USB3 mode, change rtw_switch_usb_mode above to rtw_switch_usb_mode=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: -#options 88x2bu rtw_drv_log_level=1 rtw_led_ctrl=1 rtw_vht_enable=2 rtw_power_mgnt=1 rtw_beamform_cap=1 rtw_switch_usb_mode=1 rtw_dfs_region_domain=1 +#options 88x2bu rtw_switch_usb_mode=1 rtw_led_ctrl=1 rtw_vht_enable=2 rtw_power_mgnt=1 rtw_dfs_region_domain=1 # # After editing is complete, save this file (if using nano: Ctrl + x, y, Enter) # and reboot to activate the changes. diff --git a/Makefile b/Makefile index 5ea936b..ff4a3df 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,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