Skip to content
Snippets Groups Projects
Commit 95d07313 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge 3e3e5930 on remote branch

Change-Id: I401f441df025c3bb7b783ffcf981cd1f2758e305
parents 91baa45d 3e3e5930
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,8 @@ PRODUCT_COPY_FILES += \
device/qcom/wlan/bengal/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
device/qcom/wlan/bengal/icm.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/icm.conf \
frameworks/native/data/etc/android.hardware.wifi.aware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.aware.xml \
frameworks/native/data/etc/android.hardware.wifi.rtt.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.rtt.xml
frameworks/native/data/etc/android.hardware.wifi.rtt.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.rtt.xml \
frameworks/native/data/etc/android.hardware.wifi.passpoint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.passpoint.xml
# WLAN specific aosp flag
TARGET_USES_AOSP_FOR_WLAN := false
......
......@@ -5,10 +5,10 @@
gEnableConcurrentSTA=wlan1
# Enable IMPS or not
gEnableImps=0
gEnableImps=1
# Enable BMPS or not
gEnableBmps=0
gEnableBmps=1
#Set max sub-frame msdu in one amsdu
gMaxAmsduNum=3
......
......@@ -5,10 +5,10 @@
gEnableConcurrentSTA=wlan1
# Enable IMPS or not
gEnableImps=0
gEnableImps=1
# Enable BMPS or not
gEnableBmps=0
gEnableBmps=1
#Set max sub-frame msdu in one amsdu
gMaxAmsduNum=3
......
......@@ -5,10 +5,10 @@
gEnableConcurrentSTA=wlan1
# Enable IMPS or not
gEnableImps=0
gEnableImps=1
# Enable BMPS or not
gEnableBmps=0
gEnableBmps=1
#Set max sub-frame msdu in one amsdu
gMaxAmsduNum=3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment