diff options
| author | Randy Chiu <wchiu@qca.qualcomm.com> | 2014-09-18 18:53:44 +0800 |
|---|---|---|
| committer | AnjaneeDevi Kapparapu <c_akappa@qti.qualcomm.com> | 2014-09-19 21:29:31 +0530 |
| commit | e71c5961d0c9b5cc76f4439e06103d1c690c310b (patch) | |
| tree | 567850baea645acebf61daf51159b6052a465375 | |
| parent | 646909aa6bb8edefb25f11e61ef51e5c9a1e2a0b (diff) | |
qca_cld: [cfg.ini]Thermal threshold fine tune
Fine tune the thermal parameter with below setting to prevent low
throughput issue in downlink.
gThermalTempMaxLevel0=110
gThermalTempMaxLevel1=115
Change-Id: I87ed5bc55f375ecbf7c866ee35c4a2f692205536
CRs-Fixed: 726550
| -rw-r--r-- | firmware_bin/WCNSS_qcom_cfg.usb.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware_bin/WCNSS_qcom_cfg.usb.ini b/firmware_bin/WCNSS_qcom_cfg.usb.ini index 93bf755c7980..acd7e61c6c72 100644 --- a/firmware_bin/WCNSS_qcom_cfg.usb.ini +++ b/firmware_bin/WCNSS_qcom_cfg.usb.ini @@ -417,7 +417,8 @@ gDisableLDPCWithTxbfAP=1 #Enable thermal mitigation gThermalMitigationEnable=1 gThermalTempMinLevel1=90 -gThermalTempMaxLevel0=100 +gThermalTempMaxLevel0=110 +gThermalTempMaxLevel1=115 gThrottlePeriod=100 gEnableFastRoamInConcurrency=1 |
