Browse Source

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
Will Huang 7 years ago
parent
commit
b661c4ccd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wmi_unified_tlv.c

+ 1 - 1
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;