diff options
author | Alex Naidis <alex.naidis@linux.com> | 2016-11-08 19:06:17 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-05-13 18:51:26 +0200 |
commit | e818bda772fb930d4279273d3f2ac599a4c6124e (patch) | |
tree | 698cfa9f3f6e6f9eb46f4fad8e29d101ea44dd29 | |
parent | 0b55104438731be54ea0be4c5a4af5ae35f8928e (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>
-rw-r--r-- | wifi/WCNSS_qcom_cfg.ini | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index 0aff7a0..13fb2b7 100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -282,10 +282,8 @@ BandCapability=0 #Beacon Early Termination (1 = enable the BET feature, 0 = disable) - -enableBeaconEarlyTermination=0 - -beaconEarlyTerminationWakeInterval=3 +enableBeaconEarlyTermination=1 +beaconEarlyTerminationWakeInterval=8 #SOFTAP Channel Range selection |