From f9c03c58e7239684ec8c66394a80d1cc65f29c5b Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Mon, 5 Feb 2018 23:38:29 +0100 Subject: [PATCH] sdm660-common: configs: wifi: Disable RX wakelock feature Change-Id: I3e093c8fd16b231d531751056648bd6b745e5171 --- wifi/WCNSS_qcom_cfg.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index 19435760..9af10850 100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -461,7 +461,10 @@ gEnableNanSupport=1 # bit-4 : drop STP - Spanning Tree Protocol # bit-5 : drop DTP/LLC/CDP g_enable_packet_filter_bitmap=3 + +# Disable RX wakelock feature +rx_wakelock_timeout=0 + END # Note: Configuration parser would not read anything past the END marker -