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:

committed by
Madan Koyyalamudi

parent
047ac89481
commit
a52614b732
@@ -2632,6 +2632,12 @@ QDF_STATUS
|
||||
(*extract_halphy_cal_ev_param)(wmi_unified_t wmi_handle,
|
||||
void *evt_buf,
|
||||
struct wmi_host_pdev_set_halphy_cal_event *param);
|
||||
|
||||
#ifdef WLAN_MGMT_RX_REO_SUPPORT
|
||||
QDF_STATUS (*extract_mgmt_rx_fw_consumed)(wmi_unified_t wmi_handle,
|
||||
void *evt_buf,
|
||||
struct mgmt_rx_reo_params *params);
|
||||
#endif
|
||||
};
|
||||
|
||||
/* Forward declartion for psoc*/
|
||||
|
Reference in New Issue
Block a user