minor updates

This commit is contained in:
morrownr 2021-10-27 13:37:41 -05:00
parent d8663b9505
commit 4ea7abb4d7

View File

@ -5,13 +5,14 @@
# 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=10 rtw_dfs_region_domain=0 rtw_switch_usb_mode=2 options 88x2bu rtw_drv_log_level=0 rtw_led_ctrl=1 rtw_vht_enable=1 rtw_power_mgnt=1 rtw_beamform_cap=10 rtw_dfs_region_domain=0 rtw_switch_usb_mode=2
# #
# After editing is complete, save this file and reboot to activate the changes. # After editing is complete, save this file (if using nano: Ctrl+X, Y, Enter)
# and reboot to activate the changes.
# #
# Documentation: # Documentation:
# #
# ----- # -----
# #
# Log level options: ( rtw_drv_log_level ) # Log options: ( rtw_drv_log_level )
# #
# 0 = NONE (default) # 0 = NONE (default)
# 1 = ALWAYS # 1 = ALWAYS
@ -24,11 +25,11 @@ options 88x2bu rtw_drv_log_level=0 rtw_led_ctrl=1 rtw_vht_enable=1 rtw_power_mgn
# Note: You can save a log file that only includes RTW log entries by running # Note: You can save a log file that only includes RTW log entries by running
# the following in a terminal: # the following in a terminal:
# #
# $ sudo ./save-log.sh # sudo ./save-log.sh
# #
# ----- # -----
# #
# LED control options: ( rtw_led_ctrl ) # LED options: ( rtw_led_ctrl )
# #
# 0 = Always off # 0 = Always off
# 1 = Normal blink (default) # 1 = Normal blink (default)
@ -36,21 +37,20 @@ options 88x2bu rtw_drv_log_level=0 rtw_led_ctrl=1 rtw_vht_enable=1 rtw_power_mgn
# #
# ----- # -----
# #
# VHT enable options: ( rtw_vht_enable ) # VHT options: ( rtw_vht_enable )
# #
# 0 = Disable # 0 = Disable
# 1 = Enable (default) # 1 = Enable (default)
# 2 = Force auto enable (use only for 5 GHz AP mode) # 2 = Force auto enable (use only for 5 GHz AP mode)
# #
# Notes: # Notes:
# - Unless you know what you are doing, don't change the default.
# - A non-default setting can degrade performance greatly in managed mode. # - A non-default setting can degrade performance greatly in managed mode.
# - For 5GHz AP mode, such as when you are using hostapd, setting this # - Option 2 allows 80 MHz channel width for 5GHz AP mode, such as when
# option to 2 will allow 80 MHz channel width. # you are using hostapd.
# #
# ----- # -----
# #
# Power management options: ( rtw_power_mgnt ) # Power options: ( rtw_power_mgnt )
# #
# 0 = Disable power saving # 0 = Disable power saving
# 1 = Power saving on, minPS (default) # 1 = Power saving on, minPS (default)
@ -64,14 +64,14 @@ options 88x2bu rtw_drv_log_level=0 rtw_led_ctrl=1 rtw_vht_enable=1 rtw_power_mgn
# 1 = SU Beamformer (recommended for AP mode) # 1 = SU Beamformer (recommended for AP mode)
# 2 = SU Beamformee # 2 = SU Beamformee
# 3 = SU Beamformer and SU Beamformee # 3 = SU Beamformer and SU Beamformee
# 10= SU Beamformee and MU Beamformee (default) # 10= SU Beamformee and MU Beamformee (default) (recommended for managed mode)
# 11= SU Beamformer and SU Beamformee and MU Beamformee # 11= SU Beamformer and SU Beamformee and MU Beamformee
# #
# Note: MU Beamformer not supported. # Note: MU Beamformer not supported.
# #
# ----- # -----
# #
# DFS Channel Options ( rtw_dfs_region_domain ) # DFS Options ( rtw_dfs_region_domain )
# #
# 0 = NONE (default) # 0 = NONE (default)
# 1 = FCC # 1 = FCC
@ -80,12 +80,12 @@ options 88x2bu rtw_drv_log_level=0 rtw_led_ctrl=1 rtw_vht_enable=1 rtw_power_mgn
# #
# Note: Activates DFS channels in AP mode. # Note: Activates DFS channels in AP mode.
# Note: DFS channels automatically work in managed mode. # Note: DFS channels automatically work in managed mode.
# Note: DFS channels in US: 52(58), 100(106), 116(122) and 132(138) # Note: DFS FCC 80 MHz channels: 52(58), 100(106), 116(122) and 132(138)
# For more information: https://en.wikipedia.org/wiki/List_of_WLAN_channels # For more information: https://en.wikipedia.org/wiki/List_of_WLAN_channels
# #
# ----- # -----
# #
# USB mode options: ( rtw_switch_usb_mode ) # USB options: ( rtw_switch_usb_mode )
# #
# 0 = No switch # 0 = No switch
# 1 = Switch from usb 2.0 to usb 3.0 (recommended for 5 GHz AP mode) # 1 = Switch from usb 2.0 to usb 3.0 (recommended for 5 GHz AP mode)