vendor.prop: set ro.boot.wificountrycode=US instead of 00
The world regulatory domain (00) forces passive scanning on all 5GHz channels and limits TX power to 3 dBm. For a device whose AP is on channel 144 (5720 MHz, DFS), this means: - Scans must wait for beacons instead of actively probing - DFS channel availability check adds up to 60s delay - Transmit power is crippled to 3 dBm Setting to US enables active scanning, proper TX power, and standard DFS handling, which eliminates the 2-3 minute connection delay. Users in other regulatory domains should override this via their own vendor.prop or the build system.
This commit is contained in:
parent
9ca54ed439
commit
209df04468
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ persist.device_config.mglru_native.lru_gen_config=core
|
||||||
ro.boot.hypervisor.vm.supported=1
|
ro.boot.hypervisor.vm.supported=1
|
||||||
|
|
||||||
# Wifi
|
# Wifi
|
||||||
ro.boot.wificountrycode=00
|
ro.boot.wificountrycode=US
|
||||||
wifi.interface=wlan0
|
wifi.interface=wlan0
|
||||||
|
|
||||||
# Window extensions
|
# Window extensions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue