mbox series

[v4,0/3] wifi: ath12k: Support dump PDEV transmit and receive rate HTT stats

Message ID 20250113071758.19589-1-quic_lingbok@quicinc.com (mailing list archive)
Headers show
Series wifi: ath12k: Support dump PDEV transmit and receive rate HTT stats | expand

Message

Lingbo Kong Jan. 13, 2025, 7:17 a.m. UTC
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

Comments

Aditya Kumar Singh Jan. 13, 2025, 8:33 a.m. UTC | #1
On 1/13/25 12:47, 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(+)
> 

* drivers/net/wireless/ath/ath12k/debugfs_htt_stats.c: 2025 copyright 
missing
* drivers/net/wireless/ath/ath12k/debugfs_htt_stats.h: 2025 copyright 
missing

No need to respin just because of this.