From 15fc581ecf5813a8d320eda59f2ce16eb9eced77 Mon Sep 17 00:00:00 2001 From: Venkata Sharath Chandra Manchala Date: Fri, 9 Aug 2019 15:07:43 -0700 Subject: [PATCH] sm7250-common: wifi: Enable nl broadcast logging and disable packet logging In Display ON DTIM power experiment it was found that we have power saving with gMulticastHostFwMsgs=0 and gEnablePacketLog=0. CRs-Fixed: 2506878 Change-Id: Ia4ea66c85c6ea3fd84f8f651de9db2c26fc134ed Signed-off-by: Joey Huab Signed-off-by: aswin7469 --- 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 2fea547..19f9cc9 100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -623,7 +623,10 @@ pnoscan_adaptive_dwell_mode=1 active_max_channel_time_2g=60 gcmp_enabled=0 -gEnablePacketLog=1 +# Enable broadcast logging to the userspace entities +gMulticastHostFwMsgs=0 +# Disable packetlog explicitly +gEnablePacketLog=0 #endif /* VENDOR_EDIT */ read_mac_addr_from_mac_file=1