qcacld-2.0 to qcacld-3.0 propagation. Fix compilation error introduced due to change in WMI interface structure definition changed by CL 1479065. Change-Id: I83d50bc046961ab90bcfbb164d5d64296ff95d9f CRs-Fixed: 865207
@@ -806,7 +806,7 @@ QDF_STATUS send_resume_cmd_tlv(wmi_unified_t wmi_handle,
WMITLV_TAG_STRUC_wmi_pdev_resume_cmd_fixed_param,
WMITLV_GET_STRUCT_TLVLEN
(wmi_pdev_resume_cmd_fixed_param));
- cmd->reserved0 = 0;
+ cmd->pdev_id = 0;
ret = wmi_unified_cmd_send(wmi_handle, wmibuf, sizeof(*cmd),
WMI_PDEV_RESUME_CMDID);
if (QDF_IS_STATUS_ERROR(ret)) {