浏览代码

qcacmn: Update the T2LM WMI send API to new definition

Make changes to send the T2LM info present flag in the
WMI send function for T2LM WMI cmd.

Change-Id: I3642b2d89bb597f393f31d4b34e29adaf686fff4
CRs-Fixed: 3422686
Rhythm Patwa 2 年之前
父节点
当前提交
cd8d3308ab
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target_if/mlo_mgr/src/target_if_mlo_mgr.c

+ 1 - 1
target_if/mlo_mgr/src/target_if_mlo_mgr.c

@@ -440,7 +440,7 @@ target_if_mlo_send_tid_to_link_mapping(struct wlan_objmgr_vdev *vdev,
 
 	params.num_dir++;
 
-	status = wmi_send_mlo_peer_tid_to_link_map_cmd(wmi_handle, &params);
+	status = wmi_send_mlo_peer_tid_to_link_map_cmd(wmi_handle, &params, true);
 	if (QDF_IS_STATUS_ERROR(status)) {
 		t2lm_err("Failed to send T2LM WMI command for pdev_id:%d peer_mac: " QDF_MAC_ADDR_FMT,
 			 params.pdev_id,