Эх сурвалжийг харах

qcacmn: Include 'qdf_list.h' explicitly to avoid compilation failure

Since qdf list related structures are referenced in
'cdp_txrx_cmn_struct.h' when WLAN_FEATURE_TX_LATENCY_STATS
is enabled, include 'qdf_list.h' explicitly for such case
to avoid possible compilation failure (we've got failure
in Lanai perf build without this change).

Change-Id: Ib84c0ea0501475b9548033e5e74177ab95f3260b
CRs-Fixed: 3621305
Yu Wang 1 жил өмнө
parent
commit
28804f0f03

+ 3 - 0
dp/inc/cdp_txrx_cmn_struct.h

@@ -43,6 +43,9 @@
 #ifdef WLAN_RX_PKT_CAPTURE_ENH
 #include "cdp_txrx_extd_struct.h"
 #endif
+#ifdef WLAN_FEATURE_TX_LATENCY_STATS
+#include "qdf_list.h"
+#endif
 
 #ifdef WLAN_MAX_CLIENTS_ALLOWED
 #define OL_TXRX_NUM_LOCAL_PEER_IDS (WLAN_MAX_CLIENTS_ALLOWED + 1 + 1 + 1)