sdm710-common: WifiOverlay: Swap RSSI threshold values

This fixes random Wi-Fi disconnects.
Forgot to pick in 12 branch
This commit is contained in:
lzgmc 2021-09-25 14:41:00 -07:00 committed by Giammarco Senatore
parent 50bb739532
commit 63e608a22f
No known key found for this signature in database
GPG key ID: 661348FC1E144F04

View file

@ -77,10 +77,10 @@
<bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool> <bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool>
<!-- Integer thresholds, do not connect to APs with RSSI lower than these values --> <!-- Integer thresholds, do not connect to APs with RSSI lower than these values -->
<integer translatable="false" name="config_wifi_framework_wifi_score_entry_rssi_threshold_5GHz">-85</integer> <integer translatable="false" name="config_wifi_framework_wifi_score_entry_rssi_threshold_5GHz">-90</integer>
<integer translatable="false" name="config_wifi_framework_wifi_score_entry_rssi_threshold_24GHz">-85</integer> <integer translatable="false" name="config_wifi_framework_wifi_score_entry_rssi_threshold_24GHz">-93</integer>
<!-- Integer thresholds for low network score, should be somewhat less than the entry thresholds --> <!-- Integer thresholds for low network score, should be somewhat less than the entry thresholds -->
<integer translatable="false" name="config_wifi_framework_wifi_score_bad_rssi_threshold_5GHz">-90</integer> <integer translatable="false" name="config_wifi_framework_wifi_score_bad_rssi_threshold_5GHz">-85</integer>
<integer translatable="false" name="config_wifi_framework_wifi_score_bad_rssi_threshold_24GHz">-93</integer> <integer translatable="false" name="config_wifi_framework_wifi_score_bad_rssi_threshold_24GHz">-85</integer>
</resources> </resources>