qcacmn: Add WMI layer functionality for MGMT Rx FW consumed event handler

When MGMT frames are consumed by the FW, FW sends MGMT Rx FW consumed event
to the Host. Add WMI layer functionality for this event handling.

Change-Id: Id95f41a717b88589e861781e1111b17dc90475be
CRs-Fixed: 2959118
This commit is contained in:
Shiva Krishna Pittala
2021-08-03 13:33:41 +05:30
committed by Madan Koyyalamudi
parent 047ac89481
commit a52614b732
6 changed files with 89 additions and 0 deletions

View File

@@ -4685,6 +4685,9 @@ typedef enum {
wmi_pdev_get_halphy_cal_status_event_id,
wmi_pdev_set_halphy_cal_event_id,
wmi_pdev_aoa_phasedelta_event_id,
#ifdef WLAN_MGMT_RX_REO_SUPPORT
wmi_mgmt_rx_fw_consumed_eventid,
#endif
wmi_events_max,
} wmi_conv_event_id;