Browse Source

Merge "qca-wifi: Convert target pdev id to host pdev id"

Linux Build Service Account 5 years ago
parent
commit
80056a908a
1 changed files with 4 additions and 1 deletions
  1. 4 1
      wmi/src/wmi_unified_ap_tlv.c

+ 4 - 1
wmi/src/wmi_unified_ap_tlv.c

@@ -2534,7 +2534,10 @@ static QDF_STATUS extract_multi_vdev_restart_resp_event_tlv(
 		return QDF_STATUS_E_INVAL;
 	}
 
-	param->pdev_id = ev->pdev_id;
+
+	param->pdev_id = wmi_hdl->ops->convert_target_pdev_id_to_host(
+								wmi_hdl,
+								ev->pdev_id);
 	param->status = ev->status;
 
 	if (!param_buf->num_vdev_ids_bitmap)