qcacmn: move MLO related common definitions to umac

WMI includes are not part of include path in some WIN projects,
move MLO related common definitions to wlan_mlo_mgr_public_structs.h.

Change-Id: If63c82bc15a2a0e0a045be896b74ea9addb3a64d
CRs-Fixed: 3083776
This commit is contained in:
Yu Wang
2021-11-29 14:59:52 +08:00
committed by Madan Koyyalamudi
parent a9ed2d6a47
commit 2cec5acc85
6 changed files with 116 additions and 111 deletions

View File

@@ -96,6 +96,7 @@
#ifdef WLAN_FEATURE_11BE_MLO
#include <wmi_unified_11be_param.h>
#include "wlan_mlo_mgr_public_structs.h"
#endif
#define WMI_UNIFIED_MAX_EVENT 0x100
@@ -2775,12 +2776,12 @@ QDF_STATUS
struct wmi_mlo_teardown_cmpl_params *param);
QDF_STATUS
(*send_mlo_link_set_active_cmd)(wmi_unified_t wmi_handle,
struct wmi_mlo_link_set_active_param *param);
struct mlo_link_set_active_param *param);
QDF_STATUS
(*extract_mlo_link_set_active_resp)(wmi_unified_t wmi_handle,
void *evt_buf,
struct wmi_mlo_link_set_active_resp *resp);
struct mlo_link_set_active_resp *resp);
#endif
#ifdef WLAN_FEATURE_SON