Explorar o código

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 %!s(int64=2) %!d(string=hai) anos
pai
achega
cd8d3308ab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,