From b65471a14193206f05672c5c37eefca971865abf Mon Sep 17 00:00:00 2001
From: Ashish Kumar Dhanotiya <adhanoti@codeaurora.org>
Date: Fri, 19 Jun 2020 21:33:20 +0530
Subject: [PATCH] ini: Remove ini gEnablefwlog for HST and HSP

FW on HST and HSP supports the WMI logging and
value of ini gEnablefwlog in the host code is by default
set to 1 which enables WMI logging so this ini
is not required in the ini file anymore.

Remove gEnablefwlog from the ini file for HST and HSP

CRs-Fixed: 2714735
Change-Id: I1e02b6e008f6d911173037d0d2f1ac17e8c6be9d
---
 kona/WCNSS_qcom_cfg.ini         | 5 -----
 kona/WCNSS_qcom_cfg_qca6390.ini | 5 -----
 kona/WCNSS_qcom_cfg_qca6490.ini | 5 -----
 3 files changed, 15 deletions(-)

diff --git a/kona/WCNSS_qcom_cfg.ini b/kona/WCNSS_qcom_cfg.ini
index 405ba29..742a470 100644
--- a/kona/WCNSS_qcom_cfg.ini
+++ b/kona/WCNSS_qcom_cfg.ini
@@ -112,11 +112,6 @@ gEnableTxSUBeamformer=1
 # 802.11K support
 gRrmEnable=1
 
-# Firmware log mode
-# Valid values are 0,1,2
-# 0=Disable, 1=WMI, 2=DIAG
-gEnablefwlog=1
-
 # Maximum Receive AMPDU size (VHT only. Valid values:
 # 0->8k 1->16k 2->32k 3->64k 4->128k)
 gVhtAmpduLenExponent=7
diff --git a/kona/WCNSS_qcom_cfg_qca6390.ini b/kona/WCNSS_qcom_cfg_qca6390.ini
index c17f3f3..b6ae194 100644
--- a/kona/WCNSS_qcom_cfg_qca6390.ini
+++ b/kona/WCNSS_qcom_cfg_qca6390.ini
@@ -112,11 +112,6 @@ gEnableTxSUBeamformer=1
 # 802.11K support
 gRrmEnable=1
 
-# Firmware log mode
-# Valid values are 0,1,2
-# 0=Disable, 1=WMI, 2=DIAG
-gEnablefwlog=1
-
 # Maximum Receive AMPDU size (VHT only. Valid values:
 # 0->8k 1->16k 2->32k 3->64k 4->128k)
 gVhtAmpduLenExponent=7
diff --git a/kona/WCNSS_qcom_cfg_qca6490.ini b/kona/WCNSS_qcom_cfg_qca6490.ini
index dd5007e..6a6a7ba 100644
--- a/kona/WCNSS_qcom_cfg_qca6490.ini
+++ b/kona/WCNSS_qcom_cfg_qca6490.ini
@@ -112,11 +112,6 @@ gEnableTxSUBeamformer=1
 # 802.11K support
 gRrmEnable=1
 
-# Firmware log mode
-# Valid values are 0,1,2
-# 0=Disable, 1=WMI, 2=DIAG
-gEnablefwlog=2
-
 # Maximum Receive AMPDU size (VHT only. Valid values:
 # 0->8k 1->16k 2->32k 3->64k 4->128k)
 gVhtAmpduLenExponent=7
-- 
GitLab