On 1/14/25 18:08, Roopni Devanathan wrote:
Add support to request HTT stats type 22, 25, 26, 27 and 28 from
firmware. These stats give sounding stats, latency stats, trigger stats
for uplink OFDMA and MUMIMO and FSE stats, respectively.
v4:
- Squashed patches to avoid build warning.
v3:
- Rebased on ToT.
- Removed patch dependencies.
v2:
- Added line breaks where necessary, as pointed out by Kalle.
- Modified the use of pointer arithmetic print_array_to_buf_s8().
- Modified commit logs, as suggested by Kalle.
Dinesh Karthikeyan (4):
wifi: ath12k: Support Sounding Stats
wifi: ath12k: Support Latency Stats
wifi: ath12k: Support Uplink OFDMA Trigger Stats
wifi: ath12k: Support Received FSE Stats
Roopni Devanathan (1):
wifi: ath12k: Support Uplink MUMIMO Trigger Stats
.../wireless/ath/ath12k/debugfs_htt_stats.c | 736 ++++++++++++++++++
.../wireless/ath/ath12k/debugfs_htt_stats.h | 269 ++++++-
2 files changed, 970 insertions(+), 35 deletions(-)
base-commit: 0c5fcd9069dd5f984e39820629acbfbe0f1b4256
Comments from v3 regarding copyright were ignored :(
v4 still throws -
* 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 resend just because of this. But if there is next version,
please *address this*
--
Aditya