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
Этот коммит содержится в:
Pavankumar Nandeshwar
2021-11-10 08:20:43 -08:00
коммит произвёл Madan Koyyalamudi
родитель 299b26a366
Коммит e3d4f6b095

Просмотреть файл

@@ -4428,7 +4428,9 @@ void dp_tx_process_htt_completion(struct dp_soc *soc,
* descriptor in case of 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
* notification