qcacmn: Add API to extract params from WMI ready event
WMI ready event provides num_dscp_tid, num_total_peers and other information that is used. Add API to extract these params. Change-Id: I85ffc43f20935d84de133591020468c5e5f102de CRs-Fixed: 2141667
This commit is contained in:

committed by
snandini

parent
7f70d66bdd
commit
a40870aef6
@@ -988,6 +988,8 @@ QDF_STATUS (*ready_extract_mac_addr)(wmi_unified_t wmi_hdl, void *ev,
|
||||
uint8_t *macaddr);
|
||||
wmi_host_mac_addr * (*ready_extract_mac_addr_list)(wmi_unified_t wmi_hdl,
|
||||
void *ev, uint8_t *num_mac_addr);
|
||||
QDF_STATUS (*extract_ready_event_params)(wmi_unified_t wmi_handle,
|
||||
void *evt_buf, struct wmi_host_ready_ev_param *ev_param);
|
||||
|
||||
QDF_STATUS (*check_and_update_fw_version)(wmi_unified_t wmi_hdl, void *ev);
|
||||
uint8_t* (*extract_dbglog_data_len)(wmi_unified_t wmi_handle, void *evt_buf,
|
||||
|
Reference in New Issue
Block a user