qcacld-3.0: support rx packet deliver even if no peer found
Enable macro DP_RX_PKT_NO_PEER_DELIVER to deliver some RX pakcets like Eapol even if there is no related peer found, this is needed for the LFR roaming case. Change-Id: Ia732c6448319bca122d405d25f2af410df0f4d68 CRs-Fixed: 2491507
This commit is contained in:
parent
2aeaa676b5
commit
deb9936ddb
1
Kbuild
1
Kbuild
@ -2537,6 +2537,7 @@ cppflags-$(CONFIG_WLAN_FEATURE_11AX) += -DSUPPORT_11AX_D3
|
||||
cppflags-$(CONFIG_LITHIUM) += -DFEATURE_AST
|
||||
cppflags-$(CONFIG_LITHIUM) += -DPEER_PROTECTED_ACCESS
|
||||
cppflags-$(CONFIG_LITHIUM) += -DSERIALIZE_QUEUE_SETUP
|
||||
cppflags-$(CONFIG_LITHIUM) += -DDP_RX_PKT_NO_PEER_DELIVER
|
||||
cppflags-$(CONFIG_VERBOSE_DEBUG) += -DENABLE_VERBOSE_DEBUG
|
||||
cppflags-$(CONFIG_RX_DESC_DEBUG_CHECK) += -DRX_DESC_DEBUG_CHECK
|
||||
#Enable STATE MACHINE HISTORY
|
||||
|
Loading…
Reference in New Issue
Block a user