Selaa lähdekoodia

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 vuotta sitten
vanhempi
sitoutus
83a6b7db82
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 */