qcacmn: Use HTT_MSDU_QTYPE_USER_SPECIFIED for TX ILP judgement
Per new design, FW will use HTT_MSDU_QTYPE_USER_SPECIFIED instead of HTT_MSDU_QTYPE_LATENCY_TOLERANT for TX ILP support judgement, change it in host part accordingly. Change-Id: I0318801c4fe11ca623a99459d9f6820acb1c8fea CRs-Fixed: 3462232
This commit is contained in:

committed by
Madan Koyyalamudi

szülő
0660a65062
commit
9253f32cfc
@@ -10244,7 +10244,7 @@ bool dp_evaluate_update_tx_ilp_config(struct cdp_soc_t *soc_hdl,
|
||||
HTT_MSDUQ_INDEX_CUSTOM_PRIO_1,
|
||||
msdu_idx_map_arr[HTT_MSDUQ_INDEX_CUSTOM_PRIO_1]);
|
||||
|
||||
if (HTT_MSDU_QTYPE_LATENCY_TOLERANT ==
|
||||
if (HTT_MSDU_QTYPE_USER_SPECIFIED ==
|
||||
msdu_idx_map_arr[HTT_MSDUQ_INDEX_CUSTOM_PRIO_1])
|
||||
enable_tx_ilp = true;
|
||||
|
||||
|
Reference in New Issue
Block a user