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
5e78f76140
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wmi_unified_param.h

+ 1 - 1
wmi_unified_param.h

@@ -5516,7 +5516,7 @@ typedef enum {
 	wmi_p2p_noa_event_id,
 	wmi_p2p_lo_stop_event_id,
 	wmi_pdev_resume_event_id,
-	wmi_do_wow_disable_ack_event_id,
+	wmi_d0_wow_disable_ack_event_id,
 	wmi_wow_initial_wakeup_event_id,
 	wmi_stats_ext_event_id,
 	wmi_iface_link_stats_event_id,