From 5e78f761403c8bb14d4259c1d053a9ae41aa7863 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_param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmi_unified_param.h b/wmi_unified_param.h index b3deca3dba..56c1c99fcc 100644 --- a/wmi_unified_param.h +++ b/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,