Browse Source

qcacmn: Enable HTT_PPDU_STATS_TX_MGMTCTRL_PAYLOAD_TLV in pktlog lite

Enable HTT_PPDU_STATS_TX_MGMTCTRL_PAYLOAD_TLV in pktlog LITE_T2H
to reap mgmt/ctrl information. This tlv is enabled by
changing the bit mask DP_PPDU_TXLITE_STATS_BITMASK_CFG to 0x3fff.

Change-Id: I2996cd8df7f6e05e18ec603d21c488bb1fe0c70a
CRs-Fixed: 2481454
Venkata Sharath Chandra Manchala 5 years ago
parent
commit
908de4932d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wlan_cfg/wlan_cfg.h

+ 1 - 1
wlan_cfg/wlan_cfg.h

@@ -35,7 +35,7 @@
 #define DP_TX_NAPI_BUDGET_DIV_MASK 0
 #define DP_TX_NAPI_BUDGET_DIV_MASK 0
 
 
 /* PPDU Stats Configuration - Configure bitmask for enabling tx ppdu tlv's */
 /* PPDU Stats Configuration - Configure bitmask for enabling tx ppdu tlv's */
-#define DP_PPDU_TXLITE_STATS_BITMASK_CFG 0x1FFF
+#define DP_PPDU_TXLITE_STATS_BITMASK_CFG 0x3FFF
 
 
 #define NUM_RXDMA_RINGS_PER_PDEV 2
 #define NUM_RXDMA_RINGS_PER_PDEV 2
 #else
 #else