Merge "Merge "Device specific wakeup packet mark/mask" into oc-dr1-dev am: 7b9577e9b0" into oc-dr1-dev-plus-aosp

am: 9475bbc377

Change-Id: I4ef9469b0f8ccac4422054619aa89a4aae3eafd0
This commit is contained in:
Lorenzo Colitti
2017-07-06 16:24:32 +00:00
committed by android-build-merger

View File

@@ -176,6 +176,13 @@
<item>"9,1"</item>
</string-array>
<!-- If the hardware supports specially marking packets that caused a wakeup of the
main CPU, set this value to the mark used. -->
<integer name="config_networkWakeupPacketMark">0x80000000</integer>
<!-- Mask to use when checking skb mark defined in config_networkWakeupPacketMark above. -->
<integer name="config_networkWakeupPacketMask">0x80000000</integer>
<!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
<bool translatable="false" name="config_wifi_dual_band_support">true</bool>