qcacld-3.0: Enable support to mark ICMP request to be sent to FW

Enable the support, in Kbuild, to mark ICMP request to be
sent to FW at a regular interval.

Change-Id: I0b8828b31550973590dd222cc1fbaee52daaf88a
CRs-Fixed: 2813173
This commit is contained in:
Rakesh Pillai
2020-11-03 19:08:56 +05:30
zatwierdzone przez snandini
rodzic 35f0a30404
commit 0569f1d9de
2 zmienionych plików z 2 dodań i 0 usunięć

1
Kbuild
Wyświetl plik

@@ -3482,6 +3482,7 @@ cppflags-$(CONFIG_WLAN_SUPPORT_DATA_STALL) += -DWLAN_SUPPORT_DATA_STALL
cppflags-$(CONFIG_WLAN_SUPPORT_TXRX_HL_BUNDLE) += -DWLAN_SUPPORT_TXRX_HL_BUNDLE
cppflags-$(CONFIG_QCN7605_PCIE_SHADOW_REG_SUPPORT) += -DQCN7605_PCIE_SHADOW_REG_SUPPORT
cppflags-$(CONFIG_QCN7605_PCIE_GOLBAL_RESET_SUPPORT) += -DQCN7605_PCIE_GOLBAL_RESET_SUPPORT
cppflags-$(CONFIG_MARK_ICMP_REQ_TO_FW) += -DWLAN_DP_FEATURE_MARK_ICMP_REQ_TO_FW
ifdef CONFIG_MAX_LOGS_PER_SEC
ccflags-y += -DWLAN_MAX_LOGS_PER_SEC=$(CONFIG_MAX_LOGS_PER_SEC)

Wyświetl plik

@@ -475,6 +475,7 @@ endif #CONFIG_HELIUMPLUS
ifeq ($(CONFIG_LITHIUM), y)
CONFIG_RX_DEFRAG_DO_NOT_REINJECT := y
CONFIG_MARK_ICMP_REQ_TO_FW := y
#
# Enable VERBOSE debug INI mechanism
#