diff options
author | Alex Naidis <alex.naidis@linux.com> | 2016-11-08 19:06:17 +0100 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-08-25 18:45:19 +0200 |
commit | 27427f4433f1898e44aa37b3a19ac81695d2a515 (patch) | |
tree | c395466516a5e8e58a8aee6cece4694032202bfb | |
parent | 0a4a348788f4d2eb2054466136f0f89a4bbb6bef (diff) |
z2_plus: 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: dd3boh <dade.garberi@gmail.com>
-rw-r--r-- | 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 d7ee735..42e15af 100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -286,9 +286,9 @@ BandCapability=0 #Beacon Early Termination (1 = enable the BET feature, 0 = disable) -enableBeaconEarlyTermination=0 +enableBeaconEarlyTermination=1 -beaconEarlyTerminationWakeInterval=11 +beaconEarlyTerminationWakeInterval=8 #Channel Bonding |