- # AC68U - 500 mW Output:
- #
- # Default: 106 = 25 dBm (316 mW)
- #
- # Highest setting is 120 = 28.50 dBm (708 mW)
- #
- # “wl txpwr_target_max” Shows the current output power in dBm.
- #
- # 4 = 1 dBm (1.3 mW) / 114 = 27 dBm (500 mW)
- nvram set 0:maxp2ga0=114
- nvram set 0:maxp2ga1=114
- nvram set 0:maxp2ga2=114
- nvram set 1:maxp5ga0=114,114,114,114
- nvram set 1:maxp5ga1=114,114,114,114
- nvram set 1:maxp5ga2=114,114,114,114
- nvram set wl_TxPower=500
- nvram set wl0_TxPower=500
- nvram set wl1_TxPower=500
- nvram commit
- reboot
复制代码
- # AC68U - All Region & Channels.
- #
- # "wl country list" List all countries.
- nvram set 0:regrev=0
- nvram set 1:regrev=0
- nvram set 0:ccode=#a
- nvram set 1:ccode=#a
- nvram set pci/1/1/ccode=#a
- nvram set pci/1/1/regrev=0
- nvram set pci/2/1/ccode=#a
- nvram set pci/2/1/regrev=0
- nvram set regulation_domain=#a
- nvram set regulation_domain_5G=#a
- nvram set wl_country_code=#a
- nvram set wl_country_rev=0
- nvram set wl0_country=#a
- nvram set wl0_country_code=#a
- nvram set wl0_country_rev=0
- nvram set wl0_reg_mode=off
- nvram set wl1_country=#a
- nvram set wl1_country_code=#a
- nvram set wl1_country_rev=0
- nvram set wl1_reg_mode=off
- nvram commit
- reboot
复制代码
|