qcacmn: remove mec_fw_offload assert

remove the assert when HTT_TX_FW2WBM_TX_STATUS_MEC_NOTIFY
is received and mec_fw_offload is enabled.

Change-Id: I1b9c876822e3e9c05b5035af82afa484106e880a
This commit is contained in:
Pavankumar Nandeshwar
2021-11-10 08:20:43 -08:00
committed by Madan Koyyalamudi
parent 299b26a366
commit e3d4f6b095

View File

@@ -4428,7 +4428,9 @@ void dp_tx_process_htt_completion(struct dp_soc *soc,
* descriptor in case of MEC notify. * descriptor in case of MEC notify.
*/ */
if (tx_status == HTT_TX_FW2WBM_TX_STATUS_MEC_NOTIFY) { if (tx_status == HTT_TX_FW2WBM_TX_STATUS_MEC_NOTIFY) {
qdf_assert_always(!soc->mec_fw_offload); if (soc->mec_fw_offload)
return;
/* /*
* Get vdev id from HTT status word in case of MEC * Get vdev id from HTT status word in case of MEC
* notification * notification