universal8895: Use the group Wi-Fi Direct interface on bcm43xx
authorArtem Borisov <dedsa2002@gmail.com>
Mon, 24 Sep 2018 14:11:20 +0000 (17:11 +0300)
committerJan Altensen <info@stricted.net>
Sun, 19 Jan 2020 07:53:30 +0000 (08:53 +0100)
These chips do not provide a dedicated interface for p2p, so we should
use the group one instead.

system_prop.mk

index fff3a816e8744297e552afc186de370fa4e7165b..f57f7d6b2d243b2590ce4cc3b3fee749811b7f71 100644 (file)
@@ -84,3 +84,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
     ro.zygote.disable_gl_preload=true \
     ro.config.vc_call_vol_steps=5 \
     debug.sf.latch_unsignaled=1
+
+# Wifi
+PRODUCT_PROPERTY_OVERRIDES += \
+    wifi.direct.interface=p2p-dev-wlan0
\ No newline at end of file