From 27427f4433f1898e44aa37b3a19ac81695d2a515 Mon Sep 17 00:00:00 2001 From: Alex Naidis Date: Tue, 8 Nov 2016 19:06:17 +0100 Subject: 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 Signed-off-by: dd3boh --- 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 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 -- cgit v1.2.3