Revert "msm8974-common: overlay: Disable wifi AP MAC randomization"

* Oddly, disabling MAC randomization fully breaks AP, which really
  just points to a platform problem. But it seems that our device
  can actually handle the "randomization", which doesn't actually
  randomize anything (for us). ¯\_(ツ)_/¯

This reverts commit 1e39b786ec.

Change-Id: I8bbcdb968a08f0c700cf436cfdde453b51f96170
This commit is contained in:
Kevin F. Haggerty 2021-01-21 06:35:25 -07:00
parent 1b4cc55e16
commit 74b76dfffb
No known key found for this signature in database
GPG Key ID: 6D95512933112729

View File

@ -15,9 +15,6 @@
--> -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Indicates that AP mode MAC randomization is supported on this device -->
<bool translatable="false" name="config_wifi_ap_mac_randomization_supported">false</bool>
<!-- Boolean indicating whether the wifi chipset has 5GHz frequency band support --> <!-- Boolean indicating whether the wifi chipset has 5GHz frequency band support -->
<bool translatable="false" name="config_wifi5ghzSupport">true</bool> <bool translatable="false" name="config_wifi5ghzSupport">true</bool>