Browse Source

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
Chaoli Zhou 5 years ago
parent
commit
b8c766afd3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      configs/genoa.common

+ 4 - 0
configs/genoa.common

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