diff --git a/core/wma/src/wma_data.c b/core/wma/src/wma_data.c index e769d6ab88..007d5c4e99 100644 --- a/core/wma/src/wma_data.c +++ b/core/wma/src/wma_data.c @@ -2686,12 +2686,8 @@ QDF_STATUS wma_tx_packet(void *wma_context, void *tx_frame, uint16_t frmLen, tx_frm_index = GENERIC_NODOWLOAD_ACK_COMP_INDEX; } else { - if (downld_comp_required) - tx_frm_index = - GENERIC_DOWNLD_COMP_NOACK_COMP_INDEX; - else - tx_frm_index = - GENERIC_NODOWNLD_NOACK_COMP_INDEX; + tx_frm_index = + GENERIC_NODOWNLD_NOACK_COMP_INDEX; } }