On 12/24/2024 2:20 AM, 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. > > Depends-on: > [PATCH 0/2] wifi: ath12k: Support Rate and OFDMA Stats > Link: https://lore.kernel.org/all/20241128110949.3672364-1-quic_rdevanat@xxxxxxxxxxx/ > > [PATCH v4 0/2] wifi: ath12k: Support AST and Puncture Stats > Link: https://lore.kernel.org/all/20241217055408.1293764-1-quic_rdevanat@xxxxxxxxxxx/ > > 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 (5): > wifi: ath12k: Support Sounding Stats > wifi: ath12k: Support Latency Stats > wifi: ath12k: Support Uplink OFDMA Trigger Stats > wifi: ath12k: Support Uplink MUMIMO Trigger Stats > wifi: ath12k: Support Received FSE Stats > > Roopni Devanathan (1): > wifi: ath12k: Add API to print s8 arrays in HTT stats > > .../wireless/ath/ath12k/debugfs_htt_stats.c | 736 ++++++++++++++++++ > .../wireless/ath/ath12k/debugfs_htt_stats.h | 267 ++++++- > 2 files changed, 970 insertions(+), 33 deletions(-) > > > base-commit: 09fa3b6974a1245ddd0751747609431494ba5b4f > prerequisite-patch-id: c30df5e4af6f5773ed942d8f78de88c05ce2b18b > prerequisite-patch-id: f2181eee4bce2e3487db9bd81ed962f477759e7e FYI this is not applying to my test tree. Strangely, you list two 2-patch dependencies but only have 2 prerequisite-patch-ids instead of 4. I now have both "Rate and OFDMA Stats" and "AST and Puncture Stats" in the pending branch. Look for those to be merged, and then rebase on the main branch at that time. /jeff