Browse Source

qcacmn: Add converged enum for WMI_SERVICE_VDEV_LATENCY_CONFIG

Currently there is no converged wmi_service enum for the
WMI_SERVICE_VDEV_LATENCY_CONFIG.

Add wmi_service_vdev_latency_config as the converged enum.

Change-Id: I90d54ccd507b4267cd7310b4e6e5b1473c7dc41c
CRs-Fixed: 2366187
Sourav Mohapatra 6 years ago
parent
commit
79d49c863f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      wmi_unified_tlv.c

+ 2 - 1
wmi_unified_tlv.c

@@ -11957,7 +11957,8 @@ static void populate_tlv_service(uint32_t *wmi_service)
 			WMI_SERVICE_PEER_UNMAP_RESPONSE_SUPPORT;
 	wmi_service[wmi_service_beacon_reception_stats] =
 			WMI_SERVICE_BEACON_RECEPTION_STATS;
-
+	wmi_service[wmi_service_vdev_latency_config] =
+			WMI_SERVICE_VDEV_LATENCY_CONFIG;
 }
 
 #ifndef CONFIG_MCL