qcacmn: Add MCC Quota event handler

Handle WMI event WMI_RESMGR_CHAN_TIME_QUOTA_CHANGED_EVENTID
and indicate to protocol layer.

Change-Id: Ie842998ed50a52351dd24857c0565c535a2edca1
CRs-Fixed: 3101765
This commit is contained in:
Liangwei Dong
2021-12-13 14:52:30 +08:00
committed by Madan Koyyalamudi
parent 8d0d85c7e4
commit 29ffc29223
8 changed files with 179 additions and 9 deletions

View File

@@ -4894,6 +4894,9 @@ typedef enum {
#endif
#ifdef WLAN_FEATURE_11BE_MLO
wmi_vdev_quiet_offload_eventid,
#endif
#ifdef WLAN_FEATURE_MCC_QUOTA
wmi_resmgr_chan_time_quota_changed_eventid,
#endif
wmi_events_max,
} wmi_conv_event_id;