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
@@ -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