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
这个提交包含在:
Deeksha Gupta
2023-03-14 02:25:43 +05:30
提交者 Madan Koyyalamudi
父节点 02ee1e3f41
当前提交 e3f3adbce6
修改 5 个文件,包含 81 行新增0 行删除

查看文件

@@ -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);