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:

committed by
Madan Koyyalamudi

parent
b7b42cc588
commit
f13b79ec7f
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user