sdm845-common: Update MAC randomization overlay location

Change-Id: Ib33d6f965019b5fbbaac9f0ee931f89addfc704d
This commit is contained in:
LuK1337
2019-09-25 20:52:28 +02:00
committed by Danny Baumann
parent 2a60f4b011
commit 6acb239dd7
2 changed files with 3 additions and 21 deletions

View File

@@ -167,6 +167,9 @@
<!-- Wifi driver supports batched scan -->
<bool translatable="false" name="config_wifi_batched_scan_supported">true</bool>
<!-- Indicates that connected MAC randomization is supported on this device -->
<bool translatable="false" name="config_wifi_connected_mac_randomization_supported">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,1048576,4194304,524288,1048576,4194304</string>