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:
@@ -87,6 +87,10 @@ else
|
|||||||
CONFIG_WDI_EVENT_ENABLE := y
|
CONFIG_WDI_EVENT_ENABLE := y
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_REMOVE_PKT_LOG), n)
|
||||||
|
CONFIG_PKTLOG_LEGACY := y
|
||||||
|
endif
|
||||||
|
|
||||||
#Enable the type_specific_data in the ath_pktlog_arg
|
#Enable the type_specific_data in the ath_pktlog_arg
|
||||||
ifeq ($(CONFIG_REMOVE_PKT_LOG), n)
|
ifeq ($(CONFIG_REMOVE_PKT_LOG), n)
|
||||||
CONFIG_PKTLOG_HAS_SPECIFIC_DATA := y
|
CONFIG_PKTLOG_HAS_SPECIFIC_DATA := y
|
||||||
|
Reference in New Issue
Block a user