qcacld-3.0: Add support to get Async tid to link response info
Add the following fixes to get Async TID to link map info: 1. Add APIs to register and unregister the T2LM callback. 2. Add HDD callbacks. 3. Send T2LM info, when receiving TID-to-link mapping response from the associated AP MLD. Change-Id: Ia98605b3244b24cc3cac41d2decf22ff6aa82f88 CRs-Fixed: 3431518
这个提交包含在:
@@ -256,6 +256,10 @@ QDF_STATUS t2lm_handle_rx_teardown(struct wlan_objmgr_vdev *vdev,
|
||||
}
|
||||
|
||||
wlan_t2lm_clear_peer_negotiation(peer);
|
||||
|
||||
/* Notify the registered caller about the link update*/
|
||||
wlan_mlo_dev_t2lm_notify_link_update(vdev,
|
||||
&t2lm_ctx->established_t2lm.t2lm);
|
||||
wlan_send_tid_to_link_mapping(vdev,
|
||||
&t2lm_ctx->established_t2lm.t2lm);
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户