qcacld-3.0: Enable config flag to disable EAPOL intrabss fwd

Enable config flag to disable EAPOL intrabss fwd for Lithium

Change-Id: I23959e38b5cbd845d369bebd6913150eca4551bf
CRs-Fixed: 2876353
This commit is contained in:
Yeshwanth Sriram Guntuka 2021-02-10 15:42:16 +05:30 committed by Madan Koyyalamudi
parent 046760890a
commit 3253140173

1
Kbuild
View File

@ -3307,6 +3307,7 @@ cppflags-y += -DMON_ENABLE_DROP_FOR_MAC
cppflags-y += -DPCI_LINK_STATUS_SANITY
cppflags-y += -DDP_MON_RSSI_IN_DBM
cppflags-y += -DSYSTEM_PM_CHECK
cppflags-y += -DDISABLE_EAPOL_INTRABSS_FWD
endif
ifeq ($(CONFIG_TX_AGGREGATION_SIZE_ENABLE), y)