Add support to request HTT stats type 41 and 46 from firmware. These stats give Address Search Table(AST) entries stats and pdev puncture stats, respectively. Depends-on: [PATCH] wifi: ath12k: Modify print_array_to_buf() to support arrays with 1-based semantics Link: https://lore.kernel.org/linux-wireless/20240730035154.3723773-1-quic_rdevanat@xxxxxxxxxxx/ [PATCH 0/4] wifi: ath12k: Support Ring, SFM, Transmit MU, SelfGen stats, CCA stats Link: https://lore.kernel.org/linux-wireless/20240913082949.573482-4-quic_rdevanat@xxxxxxxxxxx/T/ [PATCH] wifi: ath12k: Support Pdev OBSS Stats Link: https://lore.kernel.org/linux-wireless/20240919101812.941145-1-quic_rdevanat@xxxxxxxxxxx/ [PATCH] wifi: ath12k: Support DMAC Reset Stats Link: https://lore.kernel.org/linux-wireless/20240926051110.2477814-1-quic_rdevanat@xxxxxxxxxxx/ [PATCH 0/2] wifi: ath12k: Support pdev Rate, Scheduled Algorithm Stats Link: https://lore.kernel.org/linux-wireless/20240930171705.596703-1-quic_rdevanat@xxxxxxxxxxx/ Dinesh Karthikeyan (1): wifi: ath12k: Support AST Entry Stats Rajat Soni (1): wifi: ath12k: Support pdev Puncture Stats .../wireless/ath/ath12k/debugfs_htt_stats.c | 194 ++++++++++++++++++ .../wireless/ath/ath12k/debugfs_htt_stats.h | 56 +++++ drivers/net/wireless/ath/ath12k/dp.h | 12 ++ 3 files changed, 262 insertions(+) base-commit: ced1f8bd64cda4e0c1df0890d1041cc6b18d5c77 prerequisite-patch-id: 970109034faa25a7630720c0da29c875e821f9ec prerequisite-patch-id: 0bda913781a634c055869a033aa9b34d10825a20 prerequisite-patch-id: 4d37990775694f110ce3e87096231fe8855f09f5 prerequisite-patch-id: 121409543edef60c5f6144dd7ae3a615a78520f7 prerequisite-patch-id: ecac67f6fce1dd4d5089dbc3da840e311f6a7218 prerequisite-patch-id: 0537ae604d2617e42bef13bfb791aad4d11bf6e1 prerequisite-patch-id: da5a4e5cc3097994bfcba4b37680c90b0675ccf9 prerequisite-patch-id: fcd0ce1adcc63e80c95e4636bd4614bd5b732ffa prerequisite-patch-id: 13cdebd7e2d7d35eb1da839c5b94edb9c83f868f -- 2.25.1