From ead50a8b45d2effa39bc600de3ed47fffaca5924 Mon Sep 17 00:00:00 2001
From: Amarnath Hullur Subramanyam <amarnath@codeaurora.org>
Date: Tue, 4 Feb 2020 10:29:46 -0800
Subject: [PATCH] ini: Enable gMulticastHostFwMsgs for kona, lahaina and
 default

gMulticastHostFwMsgs should be enabled for sending of diag_event
and diag_log_packet to the userspace through netlink. There are
various diag_events which are sent to userspace and one of them
is data stall event. Without enabling this the data stall event
will not get routed and would impact the data stall detection
framework.

CRs-Fixed: 2614392
Change-Id: Ia9c6edf69e7bb1d6736c82ed0c5cb548b715e8b1
---
 default/WCNSS_qcom_cfg.ini | 2 +-
 kona/WCNSS_qcom_cfg.ini    | 2 +-
 lahaina/WCNSS_qcom_cfg.ini | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/default/WCNSS_qcom_cfg.ini b/default/WCNSS_qcom_cfg.ini
index 5f4949e..70ff552 100644
--- a/default/WCNSS_qcom_cfg.ini
+++ b/default/WCNSS_qcom_cfg.ini
@@ -448,7 +448,7 @@ gRuntimePM=1
 gRuntimePMDelay=500
 
 # Enable broadcast logging to the userspace entities
-gMulticastHostFwMsgs=0
+gMulticastHostFwMsgs=1
 # Disable packetlog explicitly
 gEnablePacketLog=0
 
diff --git a/kona/WCNSS_qcom_cfg.ini b/kona/WCNSS_qcom_cfg.ini
index 8b73b6b..04f5fce 100644
--- a/kona/WCNSS_qcom_cfg.ini
+++ b/kona/WCNSS_qcom_cfg.ini
@@ -285,7 +285,7 @@ AutoChannelSelectWeight=0x00fafafa
 bcast_twt=1
 
 # Enable broadcast logging to the userspace entities
-gMulticastHostFwMsgs=0
+gMulticastHostFwMsgs=1
 # Disable packetlog explicitly
 gEnablePacketLog=0
 
diff --git a/lahaina/WCNSS_qcom_cfg.ini b/lahaina/WCNSS_qcom_cfg.ini
index 5f4949e..70ff552 100644
--- a/lahaina/WCNSS_qcom_cfg.ini
+++ b/lahaina/WCNSS_qcom_cfg.ini
@@ -448,7 +448,7 @@ gRuntimePM=1
 gRuntimePMDelay=500
 
 # Enable broadcast logging to the userspace entities
-gMulticastHostFwMsgs=0
+gMulticastHostFwMsgs=1
 # Disable packetlog explicitly
 gEnablePacketLog=0
 
-- 
GitLab