qcacmn: MLO setup, teardown, ready WMI API

Add WMI APIs for MLO setup, ready and teardown command send and extract
routines

Change-Id: If986124032c4fb9bb3ed2ffbf2ac6db8fe9e0f1f
CRs-Fixed: 2981067
This commit is contained in:
Kiran Venkatappa
2021-06-25 00:56:55 +05:30
committed by Madan Koyyalamudi
parent 8082901907
commit 718f574750
9 changed files with 539 additions and 2 deletions

View File

@@ -118,6 +118,10 @@
#include "wmi_unified_cp_stats_api.h"
#if defined(WLAN_FEATURE_11BE_MLO) && defined(WLAN_MLO_MULTI_CHIP)
#include "wmi_unified_11be_setup_api.h"
#endif
typedef qdf_nbuf_t wmi_buf_t;
#define wmi_buf_data(_buf) qdf_nbuf_data(_buf)