sdm660-common: overlay: FrameworksOverlay: drop values that already are in WifiOverlay
This commit is contained in:
parent
4e84399bb8
commit
f64d9cd917
1 changed files with 0 additions and 10 deletions
|
@ -938,22 +938,12 @@
|
||||||
available on some devices. -->
|
available on some devices. -->
|
||||||
<bool name="config_enableHapticTextHandle">true</bool>
|
<bool name="config_enableHapticTextHandle">true</bool>
|
||||||
|
|
||||||
<!-- Configure wifi tcp buffersizes in the form:
|
|
||||||
rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
|
|
||||||
<string name="config_wifi_tcp_buffers" translatable="false">524288,2097152,8388608,262144,524288,4194304</string>
|
|
||||||
|
|
||||||
<!-- Boolean indicating whether the wifi chipset has 5GHz frequency band support -->
|
|
||||||
<bool name="config_wifi5ghzSupport">true</bool>
|
|
||||||
|
|
||||||
<!-- list of interface names for SoftAp in Dual mode. -->
|
<!-- list of interface names for SoftAp in Dual mode. -->
|
||||||
<string-array translatable="false" name="config_wifi_dual_sap_interfaces">
|
<string-array translatable="false" name="config_wifi_dual_sap_interfaces">
|
||||||
<item>"softap1"</item>
|
<item>"softap1"</item>
|
||||||
<item>"softap2"</item>
|
<item>"softap2"</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<!-- True if the firmware supports Wi-Fi link probing -->
|
|
||||||
<bool name="config_wifi_link_probing_supported">true</bool>
|
|
||||||
|
|
||||||
<!-- Whether WiFi display is supported by this device.
|
<!-- Whether WiFi display is supported by this device.
|
||||||
There are many prerequisites for this feature to work correctly.
|
There are many prerequisites for this feature to work correctly.
|
||||||
Here are a few of them:
|
Here are a few of them:
|
||||||
|
|
Loading…
Reference in a new issue