From e818bda772fb930d4279273d3f2ac599a4c6124e Mon Sep 17 00:00:00 2001 From: Alex Naidis Date: Tue, 8 Nov 2016 19:06:17 +0100 Subject: 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 --- wifi/WCNSS_qcom_cfg.ini | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'wifi') 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 -- cgit v1.2.3