diff options
author | Alex Naidis <alex.naidis@linux.com> | 2016-11-08 19:06:17 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-11-24 19:41:01 +0100 |
commit | 7950aea5f6eee0cda69cb8828fe2242b5451b109 (patch) | |
tree | 97cbab4d6d75a00f510119994ab279594460960c /wifi | |
parent | 8826def1cb83ef5637ce2ec7e2c68aa8a39d96c1 (diff) |
msm8996-common: wifi: enable and tune BET
Enabling Beacon Early Termination in order
to speed up beacon processing drastically.
This will lead to power savings.
Also tune the BET wake interval to a value
of "8" to reduce the frequency of wakeups.
"8" is a safe choice since I could detect values
of higher than 10 to cause issues in some usecases.
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'wifi')
-rwxr-xr-x | wifi/WCNSS_qcom_cfg.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index c9b490d..194178f 100755 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -272,9 +272,9 @@ BandCapability=0 #Beacon Early Termination (1 = enable the BET feature, 0 = disable) -enableBeaconEarlyTermination=0 +enableBeaconEarlyTermination=1 -beaconEarlyTerminationWakeInterval=3 +beaconEarlyTerminationWakeInterval=8 #Channel Bonding |