From 2604ed17c06f6da097880842005c02313bc0ddf2 Mon Sep 17 00:00:00 2001 From: Arunk Khandavalli Date: Thu, 8 Feb 2018 11:52:23 +0530 Subject: [PATCH] qcacmn: use converged wmi events As part of converged architecture wmi_service_enable is converged and should be used instead of WMI_IS_SERVICE_AVAILABLE. The events also need to be defined as part of array for mapping to converged event id's. Change-Id: I9ab342a5cf6e665a3eb90eeef6d10bf3c145049d CRs-Fixed: 2186338 --- wmi_unified_param.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wmi_unified_param.h b/wmi_unified_param.h index ccb102b8ec..5b749aaee2 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -5978,6 +5978,7 @@ typedef enum { wmi_service_fils_support, wmi_service_mawc_support, wmi_service_wow_wakeup_by_timer_pattern, + wmi_service_11k_neighbour_report_support, wmi_services_max, } wmi_conv_service_ids;