sm6150-common: Update from Mi Note 10 Lite V12.1.4.0.RFNMIXM
Change-Id: I80f4200b46268a3c4bc638529c916122eb20ddba
This commit is contained in:
parent
48936b4c54
commit
b227173d9e
@ -154,7 +154,7 @@ TARGET_RECOVERY_UPDATER_LIBS := librecovery_updater_xiaomi
|
||||
TARGET_RELEASETOOLS_EXTENSIONS := $(COMMON_PATH)
|
||||
|
||||
# Security patch level
|
||||
VENDOR_SECURITY_PATCH := 2020-10-01
|
||||
VENDOR_SECURITY_PATCH := 2021-03-01
|
||||
|
||||
# Sepolicy
|
||||
TARGET_SEPOLICY_DIR := msmsteppe
|
||||
|
@ -59,7 +59,7 @@ gFixedRate=0
|
||||
# gFragmentationThreshold=2346
|
||||
|
||||
# RTS threshold
|
||||
RTSThreshold=1048576
|
||||
RTSThreshold=2346
|
||||
|
||||
# RTSCTS_ENABLED_4_SWRETRIES
|
||||
gEnableRTSProfiles=33
|
||||
@ -563,7 +563,7 @@ wlm_latency_flags_ultralow=0xe03
|
||||
etsi13_srd_chan_in_master_mode=1
|
||||
|
||||
#Configures Channel Bonding in 24 GHz
|
||||
gChannelBondingMode24GHz=1
|
||||
gChannelBondingMode24GHz=0
|
||||
|
||||
|
||||
# Disable wpa3 on 7150 device
|
||||
@ -581,6 +581,11 @@ gEnableSARV1toSARV2=1
|
||||
|
||||
np_chan_weight=0x1
|
||||
|
||||
# Reduce the expiry time for avoid list and black list in drv.
|
||||
avoid_list_expiry_time=3
|
||||
black_list_expiry_time=3
|
||||
# Improve threshold to move the Ap from avoid to blacklist
|
||||
bad_bssid_counter_thresh=7
|
||||
END
|
||||
|
||||
# Note: Configuration parser would not read anything past the END marker
|
||||
|
@ -184,11 +184,14 @@ vendor/lib64/libdrmtime.so
|
||||
vendor/lib64/libGPreqcancel.so
|
||||
vendor/lib64/libGPreqcancel_svc.so
|
||||
vendor/lib64/libhdcpsrm.so
|
||||
#vendor/lib64/liboemcrypto.so
|
||||
vendor/lib64/libminkdescriptor.so
|
||||
vendor/lib64/libminksocket.so
|
||||
vendor/lib64/liboemcrypto.so
|
||||
vendor/lib64/libqisl.so
|
||||
vendor/lib64/libQSEEComAPI.so
|
||||
vendor/lib64/librpmb.so
|
||||
vendor/lib64/libssd.so
|
||||
vendor/lib64/libtrustedapploader.so
|
||||
|
||||
# DRM widevine
|
||||
vendor/bin/hw/android.hardware.drm@1.3-service.widevine
|
||||
@ -350,7 +353,7 @@ vendor/lib64/libqtikeymaster4.so
|
||||
|
||||
# Listen
|
||||
vendor/lib/hw/sound_trigger.primary.sm6150.so
|
||||
vendor/lib/librice.so
|
||||
vendor/lib/libsmwrapper.so
|
||||
|
||||
# Media
|
||||
vendor/bin/hw/vendor.qti.media.c2@1.0-service
|
||||
|
@ -169,6 +169,7 @@ persist.vendor.radio.dynamic_sar=false
|
||||
persist.vendor.radio.enableadvancedscan=true
|
||||
persist.vendor.radio.force_ltd_sys_ind=1
|
||||
persist.vendor.radio.force_on_dc=true
|
||||
persist.vendor.radio.manual_nw_rej_ct=1
|
||||
persist.vendor.radio.procedure_bytes=SKIP
|
||||
persist.vendor.radio.rat_on=combine
|
||||
persist.vendor.radio.redir_party_num=1
|
||||
|
Loading…
Reference in New Issue
Block a user