diff options
author | Alex Naidis <alex.naidis@linux.com> | 2016-07-14 18:21:10 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-05-13 18:51:26 +0200 |
commit | 0b55104438731be54ea0be4c5a4af5ae35f8928e (patch) | |
tree | 52354a6335d0d6e70775251e995d000cedb0cef5 /wifi | |
parent | dbd3af90dcbfb2a74e173c19a1a9a55d258366ef (diff) |
msm8996-common: wifi: enable QPower and Deep sleep at the same time
* This enables Deep Sleep mode, additionally to QPower
* With this configuration, QPower manages the new Deep sleep mode
-> Leads to amazing power savings
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
Diffstat (limited to 'wifi')
-rw-r--r-- | wifi/WCNSS_qcom_cfg.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index 9eafd05..0aff7a0 100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -451,7 +451,7 @@ gFlexConnectPowerFactor=0 gNumChanCombinedConc=60 #Enable Power Save offload -gEnablePowerSaveOffload=1 +gEnablePowerSaveOffload=4 #Enable firmware uart print gEnablefwprint=0 |