Эх сурвалжийг харах

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
Arunk Khandavalli 7 жил өмнө
parent
commit
22a7d54c7c
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      wmi_unified_tlv.c

+ 2 - 0
wmi_unified_tlv.c

@@ -22705,6 +22705,8 @@ static void populate_tlv_service(uint32_t *wmi_service)
 	wmi_service[wmi_service_8ss_tx_bfee] = WMI_SERVICE_8SS_TX_BFEE;
 	wmi_service[wmi_service_fils_support] = WMI_SERVICE_FILS_SUPPORT;
 	wmi_service[wmi_service_mawc_support] = WMI_SERVICE_MAWC_SUPPORT;
+	wmi_service[wmi_service_11k_neighbour_report_support] =
+				WMI_SERVICE_11K_NEIGHBOUR_REPORT_SUPPORT;
 
 }