diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index bbd349cf..ce45229a 100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -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