qcacmn: Extract htt_msdu_idx_to_qtype_map for TX ILP
Extract htt_msdu_idx_to_qtype_map array from wmi service ready ext2 event, it is needed for DP TX ILP feature enablement. Change-Id: I64766f5b6ebc6632ce4994a8d53224d98beb5879 CRs-Fixed: 3445507
This commit is contained in:

committed by
Madan Koyyalamudi

parent
6d5a37ee2b
commit
a3697f6b7c
@@ -3857,6 +3857,23 @@ QDF_STATUS wmi_extract_scan_radio_cap_service_ready_ext2(
|
||||
uint8_t *evt_buf, uint8_t idx,
|
||||
struct wlan_psoc_host_scan_radio_caps *param);
|
||||
|
||||
/**
|
||||
* wmi_extract_msdu_idx_qtype_map_service_ready_ext2: Extract HTT MSDU index
|
||||
* to qtype map received
|
||||
* through extended service
|
||||
* ready2 event
|
||||
* @wmi_handle: WMI handle
|
||||
* @evt_buf: Event buffer
|
||||
* @idx: HTT MSDU index in array
|
||||
* @msdu_qtype: MSDU Qtype pointer
|
||||
*
|
||||
* Return: QDF status of operation
|
||||
*/
|
||||
QDF_STATUS wmi_extract_msdu_idx_qtype_map_service_ready_ext2(
|
||||
wmi_unified_t wmi_handle,
|
||||
uint8_t *evt_buf, uint8_t idx,
|
||||
uint8_t *msdu_qtype);
|
||||
|
||||
/**
|
||||
* wmi_extract_sw_cal_ver_ext2: Extract sw cal version received through
|
||||
* extended service ready2 event
|
||||
|
Reference in New Issue
Block a user