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
Dieser Commit ist enthalten in:
Kiran Venkatappa
2021-06-30 12:29:46 +05:30
committet von Madan Koyyalamudi
Ursprung 86e00108f4
Commit fea75dc9eb

Datei anzeigen

@@ -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
*