Explorar o código

qcacmn: Move mlo mgr struct header inclusion under feature flag

Move inclusion of wlan_mlo_mgr_public_structs.h under feature flag to
avoid compilation error in branch where new MLO files are stripped.

Change-Id: Iaf9fd4cde63e057afeec11948385c123a38eb65f
CRs-Fixed: 2981045
Kiran Venkatappa %!s(int64=4) %!d(string=hai) anos
pai
achega
fea75dc9eb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      umac/mlo_mgr/inc/wlan_mlo_mgr_main.h

+ 1 - 1
umac/mlo_mgr/inc/wlan_mlo_mgr_main.h

@@ -24,9 +24,9 @@
 #include <wlan_objmgr_psoc_obj.h>
 #include <wlan_objmgr_pdev_obj.h>
 #include <wlan_objmgr_vdev_obj.h>
-#include <wlan_mlo_mgr_public_structs.h>
 
 #ifdef WLAN_FEATURE_11BE_MLO
+#include <wlan_mlo_mgr_public_structs.h>
 /**
  * wlan_mlo_mgr_init() - Initialize the MLO data structures
  *