From b661c4ccd0967029bfcfe856182f8b6f6f4d5711 Mon Sep 17 00:00:00 2001 From: Will Huang Date: Tue, 19 Dec 2017 10:10:05 +0800 Subject: [PATCH] qcacmn: Rename wmi_do_wow_xxx to wmi_d0_wow_xxx wmi_do_wow_disable_ack_event_id was named by mistake, rename it where use it as wmi_d0_wow_disable_ack_event_id. Change-Id: Ic11cb2a260b2ac65d0324d950d043988a7da6657 CRs-Fixed: 2160870 --- wmi_unified_tlv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmi_unified_tlv.c b/wmi_unified_tlv.c index 081c9bb91f..74dea8b22e 100644 --- a/wmi_unified_tlv.c +++ b/wmi_unified_tlv.c @@ -20537,7 +20537,7 @@ static void populate_tlv_events_id(uint32_t *event_ids) WMI_P2P_LISTEN_OFFLOAD_STOPPED_EVENTID; event_ids[wmi_pdev_resume_event_id] = WMI_PDEV_RESUME_EVENTID; event_ids[wmi_wow_wakeup_host_event_id] = WMI_WOW_WAKEUP_HOST_EVENTID; - event_ids[wmi_do_wow_disable_ack_event_id] = + event_ids[wmi_d0_wow_disable_ack_event_id] = WMI_D0_WOW_DISABLE_ACK_EVENTID; event_ids[wmi_wow_initial_wakeup_event_id] = WMI_WOW_INITIAL_WAKEUP_EVENTID;