sdm710-common: Switch to full IWLAN mode
[basamaryan: This is needed for Android U to fix RIL] Signed-off-by: basamaryan <basam.aryan@gmail.com> Change-Id: Ie3fa610f71077b4ee2af1b4d57bd0c30b34f30fa
This commit is contained in:
parent
f422cc4545
commit
6654f22da7
2 changed files with 10 additions and 3 deletions
10
manifest.xml
10
manifest.xml
|
@ -640,4 +640,14 @@
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
|
<hal format="hidl">
|
||||||
|
<name>vendor.qti.hardware.data.iwlan</name>
|
||||||
|
<transport>hwbinder</transport>
|
||||||
|
<version>1.0</version>
|
||||||
|
<interface>
|
||||||
|
<name>IIWlan</name>
|
||||||
|
<instance>slot1</instance>
|
||||||
|
<instance>slot2</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
@ -135,9 +135,6 @@ ro.apk_verity.mode=2
|
||||||
# Media
|
# Media
|
||||||
debug.stagefright.omx_default_rank=0
|
debug.stagefright.omx_default_rank=0
|
||||||
|
|
||||||
# NetMgr
|
|
||||||
ro.telephony.iwlan_operation_mode=legacy
|
|
||||||
|
|
||||||
# Perf
|
# Perf
|
||||||
ro.vendor.extension_library=libqti-perfd-client.so
|
ro.vendor.extension_library=libqti-perfd-client.so
|
||||||
ro.vendor.perf.scroll_opt=true
|
ro.vendor.perf.scroll_opt=true
|
||||||
|
|
Loading…
Reference in a new issue