瀏覽代碼

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 */