Sfoglia il codice sorgente

qcacld-3.0: Fix compilation issue about roam offload

This change fixed compilation issue when defined macro
WLAN_FEATURE_CONNECTIVITY_LOGGING but no WLAN_FEATURE_ROAM_OFFLOAD.

Change-Id: I78f58c2bcfffb66ddf9390a8d724821faa90563c
CRs-Fixed: 3066954
Wu Gao 3 anni fa
parent
commit
41fdb8f5d0

+ 2 - 1
components/umac/mlme/connection_mgr/core/src/wlan_cm_roam_offload.h

@@ -28,7 +28,8 @@
 #include "qdf_str.h"
 #include "wlan_cm_roam_public_struct.h"
 
-#ifdef WLAN_FEATURE_CONNECTIVITY_LOGGING
+#if defined(WLAN_FEATURE_CONNECTIVITY_LOGGING) && \
+    defined(WLAN_FEATURE_ROAM_OFFLOAD)
 /**
  * cm_roam_scan_info_event() - send scan info to userspace
  * @scan: roam scan data