소스 검색

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 3 년 전
부모
커밋
e3d4f6b095
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      dp/wifi3.0/dp_tx.c

+ 3 - 1
dp/wifi3.0/dp_tx.c

@@ -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