qcacmn: Add support for Punctured Preamble PPDU count in tx stats

Add support to update the count of number of Punctured Preamble
PPDU's transmitted by the AP.

Change-Id: Id85a490e9e80566e639f48190a96d3107c6e5c61
CRs-fixed: 2755288
这个提交包含在:
Rhythm Patwa
2020-08-13 19:14:18 -07:00
提交者 snandini
父节点 58b018079f
当前提交 3a1d8d64f7
修改 5 个文件,包含 12 行新增1 行删除

查看文件

@@ -5340,6 +5340,8 @@ void dp_print_tx_rates(struct dp_vdev *vdev)
DP_PRINT_STATS("LDPC = %d", pdev->stats.tx.ldpc);
DP_PRINT_STATS("Retries = %d", pdev->stats.tx.retries);
DP_PRINT_STATS("Last ack rssi = %d\n", pdev->stats.tx.last_ack_rssi);
DP_PRINT_STATS("Number of PPDU's with Punctured Preamble = %d",
pdev->stats.tx.pream_punct_cnt);
DP_PRINT_STATS("Aggregation:\n");
DP_PRINT_STATS("Number of Msdu's Part of Ampdus = %d",