sm6250-common: WifiOverlay: Fix typos

Change-Id: I0e445228c3f1fdb82af57cd36fcaa3f208c64ad9
This commit is contained in:
Alexander Winkowski 2022-08-05 11:39:38 +00:00
parent 2126713403
commit 4125f06a61
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44

View File

@ -35,9 +35,9 @@
<string name="config_wifi_tcp_buffers" translatable="false">524288,1048576,5505024,262144,524288,5505024</string> <string name="config_wifi_tcp_buffers" translatable="false">524288,1048576,5505024,262144,524288,5505024</string>
<!-- Channel list for softap 2G band. Empty means all channels --> <!-- Channel list for softap 2G band. Empty means all channels -->
<string translateble="false" name="config_wifiSoftap2gChannelList"></string> <string translatable="false" name="config_wifiSoftap2gChannelList"></string>
<!-- Channel list for softap 5G band. Empty means all channels --> <!-- Channel list for softap 5G band. Empty means all channels -->
<string translateble="false" name="config_wifiSoftap5gChannelList"></string> <string translatable="false" name="config_wifiSoftap5gChannelList"></string>
<!-- True if the firmware supports p2p MAC randomization --> <!-- True if the firmware supports p2p MAC randomization -->
<bool name="config_wifi_p2p_mac_randomization_supported">true</bool> <bool name="config_wifi_p2p_mac_randomization_supported">true</bool>