qcacld-3.0: Enable the flag setting for NO_MSDU_START for kiwi

For kiwi target, there is no MSDU_START tlv, and hence
the tlv information has to be obtained based on MSDU_END.

Enable this flag, which is used for monitor mode frame
processing for KIWI target.

Change-Id: I160133a92b5f8b79573717b53f248c24935a67eb
CRs-Fixed: 3304764
This commit is contained in:
Rakesh Pillai
2022-10-01 00:49:46 -07:00
committed by Madan Koyyalamudi
parent fdf7c37ea0
commit 0481bbb9af
2 changed files with 2 additions and 0 deletions

1
Kbuild
View File

@@ -3325,6 +3325,7 @@ cppflags-y += -DFEATURE_MONITOR_MODE_SUPPORT
cppflags-$(CONFIG_DP_CON_MON_MSI_ENABLED) += -DDP_CON_MON_MSI_ENABLED
cppflags-$(CONFIG_WLAN_RX_MON_PARSE_CMN_USER_INFO) += -DWLAN_RX_MON_PARSE_CMN_USER_INFO
cppflags-$(CONFIG_DP_CON_MON_MSI_SKIP_SET) += -DDP_CON_MON_MSI_SKIP_SET
cppflags-$(CONFIG_QCA_WIFI_MONITOR_MODE_NO_MSDU_START_TLV_SUPPORT) += -DQCA_WIFI_MONITOR_MODE_NO_MSDU_START_TLV_SUPPORT
else
cppflags-y += -DDISABLE_MON_CONFIG
endif