system: overlay: Update to LA.QSSI.14.0.r1-15100-qssi.0
Change-Id: Ifd9dd4aac77b18e66208bbfdbc56c5f9c7a3f8d1 Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
This commit is contained in:
parent
7c03436f28
commit
6686368184
|
@ -98,4 +98,13 @@
|
|||
|
||||
<!-- Indicates that SAE Hash-to-Element is supported on this device -->
|
||||
<bool translatable="false" name="config_wifiSaeH2eSupported">true</bool>
|
||||
|
||||
<!-- Indicates whether or not the WLAN driver supports the NL80211_CMD_REG_CHANGE or
|
||||
NL80211_CMD_WIPHY_REG_CHANGE events which indicate the current country code which is
|
||||
being used by the WLAN driver. If the driver doesn't support these events
|
||||
(configuration is `false`) then the driver must handle the setCountryCode request from
|
||||
HAL as a blocking call. In such a case the country code will be applied
|
||||
immediately after the country code is sent to the driver (if the method returns a
|
||||
success). -->
|
||||
<bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">true</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue