diff options
author | Alex Naidis <alex.naidis@linux.com> | 2016-07-14 18:21:10 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-08-25 18:45:18 +0200 |
commit | b5de30919de74a47f38d0fe83f2f8fc7f9b182d0 (patch) | |
tree | 4643ff39377bc3658058bbdb0694926290ff7e9a | |
parent | 4ee103eb15702082968a5816b20740390860d5df (diff) |
z2_plus: 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: dd3boh <dade.garberi@gmail.com>
-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 cfb8034..be5c388 100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -419,7 +419,7 @@ gFlexConnectPowerFactor=0 gNumChanCombinedConc=60 #Enable Power Save offload -gEnablePowerSaveOffload=1 +gEnablePowerSaveOffload=4 #Enable firmware uart print gEnablefwprint=0 |