Ver Fonte

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 há 4 anos atrás
pai
commit
fea75dc9eb
1 ficheiros alterados com 1 adições e 1 exclusões
  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
  *