set default regd source from OS

This commit is contained in:
morrownr 2022-05-16 14:38:41 -05:00
parent b434bafd4c
commit f6f8ea3043
3 changed files with 38 additions and 20 deletions

View File

@ -3,7 +3,7 @@
# Purpose: Allow easy access to specific driver options. # Purpose: Allow easy access to specific driver options.
# #
# Edit the following line to change, add or delete options: # 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_power_mgnt=1 rtw_beamform_cap=0 rtw_switch_usb_mode=0 options 88x2bu rtw_drv_log_level=0 rtw_led_ctrl=1 rtw_vht_enable=1 rtw_power_mgnt=1 rtw_switch_usb_mode=0
# #
# After editing is complete, save this file (if using nano: Ctrl + x, y, Enter) # After editing is complete, save this file (if using nano: Ctrl + x, y, Enter)
# and reboot to activate the changes. # and reboot to activate the changes.

File diff suppressed because it is too large Load Diff

View File

@ -15,6 +15,8 @@
#define CONFIG_SINGLE_IMG #define CONFIG_SINGLE_IMG
/* #define CONFIG_DISABLE_ODM */ /* #define CONFIG_DISABLE_ODM */
#define CONFIG_REGD_SRC_FROM_OS /* set default regd source */
/* /*
* Public General Config * Public General Config
*/ */