qcacmn: Fix compilation issue after enabled CONFIG_WDI_EVENT_ENABLE
This change fixed compilation issue when enabled two configures - CONFIG_WDI_EVENT_ENABLE and CONFIG_REMOVE_PKT_LOG. Change-Id: I121ea61bd3681b834a36c0bc8017b855897023a4 CRs-Fixed: 3223552
This commit is contained in:
@@ -1190,7 +1190,8 @@ dp_cpu_ring_map[DP_NSS_CPU_RING_MAP_MAX][WLAN_CFG_INT_NUM_CONTEXTS_MAX];
|
||||
int
|
||||
dp_htt_get_ppdu_sniffer_ampdu_tlv_bitmap(uint32_t bitmap);
|
||||
|
||||
#ifdef WDI_EVENT_ENABLE
|
||||
#if (defined(DP_CON_MON) || defined(WDI_EVENT_ENABLE)) &&\
|
||||
(!defined(REMOVE_PKT_LOG))
|
||||
void dp_pkt_log_init(struct cdp_soc_t *soc_hdl, uint8_t pdev_id, void *scn);
|
||||
#else
|
||||
static inline void
|
||||
|
Reference in New Issue
Block a user