diff options
author | Alex Naidis <alex.naidis@linux.com> | 2016-07-14 18:21:10 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-11-24 19:41:01 +0100 |
commit | 286c4a345f33392a521550e63de654f02fd76cac (patch) | |
tree | 1870d022b0ee47193f409b121a429205d7f1c429 | |
parent | 9991e0ba5193efa5ba09813f2c965861c6ec028f (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: Davide Garberi <dade.garberi@gmail.com>
-rwxr-xr-x | 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 51345ff..2085578 100755 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -449,7 +449,7 @@ gFlexConnectPowerFactor=0 gNumChanCombinedConc=60 #Enable Power Save offload -gEnablePowerSaveOffload=2 +gEnablePowerSaveOffload=4 #Enable firmware uart print gEnablefwprint=0 |