qcacld-3.0: Fix PKTLOG failure with Genoa

The PKTLOG function broken with Genoa caused by
2857937, so add the needed macro back to avoid
crash issue while PKTLOG enable.

Change-Id: I3f9621830dcad415868fdee5fbeef8fdb86604b0
This commit is contained in:
Chaoli Zhou
2019-12-25 17:40:54 +08:00
committato da nshrivas
parent da2ce637a0
commit b8c766afd3

Vedi File

@@ -87,6 +87,10 @@ else
CONFIG_WDI_EVENT_ENABLE := y
endif
ifeq ($(CONFIG_REMOVE_PKT_LOG), n)
CONFIG_PKTLOG_LEGACY := y
endif
#Enable the type_specific_data in the ath_pktlog_arg
ifeq ($(CONFIG_REMOVE_PKT_LOG), n)
CONFIG_PKTLOG_HAS_SPECIFIC_DATA := y