qcacmn: Add support to process Spectral capabilities event

WMI_SPECTRAL_CAPABILITIES_EVENTID event will be sent by the target SW to
indicate the different capabilities of the Spectral HW.
Add support to process this event and extract the capabilities.

Change-Id: I03b3236b6def98d24e77b2a9ea51ee866e62e6fe
CRs-Fixed: 3238450
This commit is contained in:
Shiva Krishna Pittala
2022-07-07 17:48:41 +05:30
committed by Madan Koyyalamudi
parent 11ae3a31b7
commit 3567bb3b57
3 changed files with 114 additions and 3 deletions

View File

@@ -5075,6 +5075,7 @@ typedef enum {
#ifdef WLAN_FEATURE_DBAM_CONFIG
wmi_coex_dbam_complete_event_id,
#endif
wmi_spectral_capabilities_eventid,
wmi_events_max,
} wmi_conv_event_id;