소스 검색

qcacmn: Increase CDP_MAX_TX_TQM_STATUS to 15 to account for all reasons

Increase CDP_MAX_TX_TQM_STATUS to 15 to account for all reasons

Change-Id: I0ea28d655980283b6e70d496edd389c8cba20274
CRs-Fixed: 3525550
Harsh Kumar Bijlani 2 년 전
부모
커밋
83a6b7db82
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dp/inc/cdp_txrx_stats_struct.h

+ 1 - 1
dp/inc/cdp_txrx_stats_struct.h

@@ -118,7 +118,7 @@
 #define CDP_MAX_TX_COMP_PPE_RING (CDP_MAX_TX_COMP_RINGS - 1)
 #define CDP_MAX_RX_WBM_RINGS 1 /* max rx wbm rings */
 
-#define CDP_MAX_TX_TQM_STATUS 9  /* max tx tqm completion status */
+#define CDP_MAX_TX_TQM_STATUS 15  /* max tx tqm completion status */
 #define CDP_MAX_TX_HTT_STATUS 7  /* max tx htt completion status */
 
 #define CDP_DMA_CODE_MAX 14 /* max rxdma error */