sdm660-common: wifi: ini file changes for Android Q upgrade
Default ini values for enable_twt, gEnableEarlyStopScan, pcl_weightage and gcmp_enabled, need to change in sdm660 for Android Q upgrade. Update the ini values as below: set RoamRssiDiff as 5 set gWlanMccToSccSwitchMode as 3 set enable_twt to disable by default set gEnableEarlyStopScan as enabled by default set rx_mode to 5 by default set pcl_weightage to zero and disable gcmp_enabled. Change-Id: I0a81e9c472b98bf4e6dd77867a0730a01267c72e CRs-fixed: 2437902
This commit is contained in:
parent
8b0ce88c87
commit
3dcf27e61f
1 changed files with 23 additions and 4 deletions
|
@ -199,7 +199,7 @@ gEnableMCCMode=1
|
|||
# 3-Force SCC if same band, without SAP restart by sending (E)CSA
|
||||
# 4-Force SCC if same band (or) use SAP mandatory channel for DBS,
|
||||
# without SAP restart by sending (E)CSA
|
||||
gWlanMccToSccSwitchMode = 3
|
||||
gWlanMccToSccSwitchMode=3
|
||||
|
||||
# 1=enable STBC; 0=disable STBC
|
||||
gEnableRXSTBC=1
|
||||
|
@ -424,7 +424,7 @@ gCEClassifyEnable=1
|
|||
|
||||
# Enable Rx handling options
|
||||
# Rx_thread=1 RPS=2(default for ROME) NAPI=4(default for ihelium)
|
||||
rx_mode=4
|
||||
rx_mode=5
|
||||
|
||||
# Enable(Tx) fastpath for data traffic.
|
||||
# 1 - enable(default) 0 - disable
|
||||
|
@ -586,8 +586,27 @@ g_sta_sap_scc_on_dfs_chan=1
|
|||
# Disable RX wakelock feature
|
||||
rx_wakelock_timeout=0
|
||||
|
||||
# Disable rx wakelock
|
||||
rx_wakelock_timeout=0
|
||||
# Enable Target Wake Time support
|
||||
enable_twt=0
|
||||
|
||||
# This ini is used to set early stop scan. Early stop
|
||||
# scan is a feature for roaming to stop the scans at
|
||||
# an early stage as soon as we find a better AP to roam.
|
||||
# This would make the roaming happen quickly.
|
||||
gEnableEarlyStopScan=1
|
||||
|
||||
# This ini is used to increase/decrease PCL weightage in best
|
||||
# candidate selection.
|
||||
# If some APs are in PCL list, those AP will get addition weightage.
|
||||
pcl_weightage=0
|
||||
|
||||
# Currently Firmware update the sequence number for each TID with
|
||||
# because of security issues. But with this PN mechanism, throughput drop
|
||||
# is observed. With this ini FW takes the decision to trade off between
|
||||
# security and throughput
|
||||
gcmp_enabled=0
|
||||
|
||||
gTxBFCsnValue=4
|
||||
|
||||
END
|
||||
|
||||
|
|
Loading…
Reference in a new issue