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