qcacmn: Add unified WMI support for WLM stats
The TLV WMI added support for a new WMI_SERVICE_WLM_STATS_REQUEST service along with an associated WMI_WLM_STATS_EVENTID event, so add support for a proxy unified WMI service and event. Change-Id: Ic79c4b757fe2d4e806306750250e3c102745c486 CRs-Fixed: 2388911
This commit is contained in:
@@ -4712,6 +4712,7 @@ typedef enum {
|
||||
wmi_pdev_ctl_failsafe_check_event_id,
|
||||
wmi_vdev_bcn_reception_stats_event_id,
|
||||
wmi_roam_blacklist_event_id,
|
||||
wmi_wlm_stats_event_id,
|
||||
wmi_events_max,
|
||||
} wmi_conv_event_id;
|
||||
|
||||
@@ -5178,6 +5179,7 @@ typedef enum {
|
||||
wmi_service_ndi_sap_support,
|
||||
wmi_service_nan_disable_support,
|
||||
wmi_service_hw_db2dbm_support,
|
||||
wmi_service_wlm_stats_support,
|
||||
wmi_services_max,
|
||||
} wmi_conv_service_ids;
|
||||
#define WMI_SERVICE_UNAVAILABLE 0xFFFF
|
||||
|
Reference in New Issue
Block a user