From 7950aea5f6eee0cda69cb8828fe2242b5451b109 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 Signed-off-by: Davide Garberi --- wifi/WCNSS_qcom_cfg.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wifi') 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 -- cgit v1.2.3