diff --git a/wmi_unified_tlv.c b/wmi_unified_tlv.c index 8ba2b4effa..00f13becfb 100644 --- a/wmi_unified_tlv.c +++ b/wmi_unified_tlv.c @@ -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)) {