projects
/
GitHub
/
exynos8895
/
android_device_samsung_universal8895-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b53117
)
universal8895: Use the group Wi-Fi Direct interface on bcm43xx
author
Artem Borisov
<dedsa2002@gmail.com>
Mon, 24 Sep 2018 14:11:20 +0000
(17:11 +0300)
committer
Jan 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
patch
|
blob
|
blame
|
history
diff --git
a/system_prop.mk
b/system_prop.mk
index fff3a816e8744297e552afc186de370fa4e7165b..f57f7d6b2d243b2590ce4cc3b3fee749811b7f71 100644
(file)
--- a/
system_prop.mk
+++ b/
system_prop.mk
@@
-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