浏览代码

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 4 年之前
父节点
当前提交
fea75dc9eb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
  *