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
Esse commit está contido em:
Will Huang
2017-12-19 10:10:05 +08:00
commit de snandini
commit b661c4ccd0

Ver arquivo

@@ -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;