qcacmn: implement mlo manager APIs for mlo link set active cmd

Add interface for sending mlo link set active cmd and
register the response handler.

Change-Id: Icd7cf3294cddec1aa4a417e29a22fcd6fbea0dfb
CRs-Fixed: 3036846
This commit is contained in:
Yu Wang
2021-11-29 17:31:41 +08:00
committed by Madan Koyyalamudi
parent b7b42cc588
commit f13b79ec7f
10 changed files with 365 additions and 6 deletions

View File

@@ -196,9 +196,9 @@ target_if_mlo_register_tx_ops(struct wlan_lmac_if_tx_ops *tx_ops)
return QDF_STATUS_E_FAILURE;
}
mlo_tx_ops->mlo_attach =
mlo_tx_ops->register_events =
target_if_mlo_register_event_handler;
mlo_tx_ops->mlo_detach =
mlo_tx_ops->unregister_events =
target_if_mlo_unregister_event_handler;
mlo_tx_ops->link_set_active = target_if_mlo_link_set_active;