On 1/12/2025 11:17 PM, Lingbo Kong wrote: > Support to dump PDEV transmit rate stats through HTT debugfs stats type 9. > Support to dump PDEV receive rate stats through HTT debugfs stats type 10. > Support to dump additional PDEV receive rate stats through HTT debugfs stats type 30. > > v4: > 1.used tab(s) to align the = to match the existing code > > v3: > 1.Rebase again to 48322e474f04 > > v2: > 1.use TAB to be consistent with existing code > > Lingbo Kong (3): > wifi: ath12k: Dump PDEV transmit rate HTT stats > wifi: ath12k: Dump PDEV receive rate HTT stats > wifi: ath12k: Dump additional PDEV receive rate HTT stats > > .../wireless/ath/ath12k/debugfs_htt_stats.c | 500 ++++++++++++++++++ > .../wireless/ath/ath12k/debugfs_htt_stats.h | 182 +++++++ > 2 files changed, 682 insertions(+) > > > base-commit: 0c5fcd9069dd5f984e39820629acbfbe0f1b4256 pushed to pending, please verify the following edits: patch 1/3: https://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git/commit/?h=pending&id=d971a54bffcda2421038fd09848b0781244f15c1 added 2025 to Qualcomm copyrights in drivers/net/wireless/ath/ath12k/debugfs_htt_stats.c drivers/net/wireless/ath/ath12k/debugfs_htt_stats.c aligned = in ATH12K_DBG_HTT_EXT_STATS_PDEV_TX_RATE = 9, HTT_STATS_TX_PDEV_RATE_STATS_TAG = 34, patch 2/3: https://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git/commit/?h=pending&id=64cf8cc8f141ad47ca831649f3173fae25c5010b aligned = in ATH12K_DBG_HTT_EXT_STATS_PDEV_RX_RATE = 10, HTT_STATS_RX_PDEV_RATE_STATS_TAG = 35,