qcacmn: MLO Mcast Support for ML-Reconfig

Add CDP API support to remove the ML
partner link in DP during ML-Reconfig
link removal.

Change-Id: Ibdcffb72f34bc74415b43e9b493fd94ec39312e5
CRs-Fixed: 3383451
This commit is contained in:
Kenvish Butani
2023-01-18 19:57:38 +05:30
کامیت شده توسط Madan Koyyalamudi
والد 5e9edf8485
کامیت 3c1f0a4c4f
3فایلهای تغییر یافته به همراه37 افزوده شده و 0 حذف شده

مشاهده پرونده

@@ -166,6 +166,8 @@ struct cdp_mlo_ops {
QDF_STATUS (*update_mlo_ptnr_list)(struct cdp_soc_t *soc_hdl,
int8_t *vdev_ids, uint8_t num_vdevs,
uint8_t vdev_id);
QDF_STATUS (*clear_mlo_ptnr_list)(struct cdp_soc_t *soc_hdl,
uint8_t vdev_id);
void (*mlo_setup_complete)(struct cdp_mlo_ctxt *mlo_ctxt);
struct cdp_mlo_ctxt *(*mlo_ctxt_attach)(struct cdp_ctrl_mlo_mgr *m_ctx);
void (*mlo_ctxt_detach)(struct cdp_mlo_ctxt *mlo_ctxt);