sm6225-common: Switch to full IWLAN mode
[basamaryan: This is needed to fix RIL on Android U] Signed-off-by: basamaryan <basam.aryan@gmail.com> Change-Id: Ie3fa610f71077b4ee2af1b4d57bd0c30b34f30fa
This commit is contained in:
parent
b6c60af207
commit
2b0a0dd223
2 changed files with 12 additions and 1 deletions
12
manifest.xml
12
manifest.xml
|
@ -323,6 +323,18 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
<fqname>@1.1::IDataConnection/slot1</fqname>
|
||||
<fqname>@1.1::IDataConnection/slot2</fqname>
|
||||
</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>
|
||||
<fqname>@1.0::IIWlan/slot1</fqname>
|
||||
<fqname>@1.0::IIWlan/slot2</fqname>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>vendor.qti.hardware.data.latency</name>
|
||||
<transport>hwbinder</transport>
|
||||
|
|
|
@ -214,7 +214,6 @@ persist.vendor.radio.start_ota_daemon=1
|
|||
persist.vendor.radio.sw_mbn_update=0
|
||||
ril.subscription.types=RUIM
|
||||
ro.telephony.default_network=10,10
|
||||
ro.telephony.iwlan_operation_mode=legacy
|
||||
telephony.lteOnCdmaDevice=1
|
||||
|
||||
# Sensors
|
||||
|
|
Loading…
Reference in a new issue