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
这个提交包含在:
@@ -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",
|
||||
|
在新工单中引用
屏蔽一个用户