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 v2] wifi: ath12k: Modify print_array_to_buf() to support arrays with 1-based semantics Link: https://lore.kernel.org/all/20241004085915.1788951-1-quic_rdevanat@xxxxxxxxxxx/ [PATCH v2 0/4] wifi: ath12k: Support Ring, SFM, Transmit MU, SelfGen stats, CCA stats Link: https://lore.kernel.org/ath12k/20241005101816.3314728-1-quic_rdevanat@xxxxxxxxxxx/ [PATCH v2] wifi: ath12k: Support Pdev OBSS Stats Link: https://lore.kernel.org/ath12k/20241005104206.3327143-1-quic_rdevanat@xxxxxxxxxxx/ [PATCH v2] wifi: ath12k: Support DMAC Reset Stats Link: https://lore.kernel.org/ath12k/20241005105207.3350790-1-quic_rdevanat@xxxxxxxxxxx/ [PATCH v2 0/2] wifi: ath12k: Support pdev Rate, Scheduled Algorithm Stats Link: https://lore.kernel.org/ath12k/20241005111506.3361688-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: 8ed36fe71fd60c851540839b105fd1fddc870c61 prerequisite-patch-id: faf46024c8b5c094e201d392109e7f94dcecdd49 prerequisite-patch-id: c4662f64bc7be141322b7e37145e52ea4ab4e182 prerequisite-patch-id: 4d37990775694f110ce3e87096231fe8855f09f5 prerequisite-patch-id: 5959fd18b497d29cad98d36dcce59a876ffe8ca2 prerequisite-patch-id: ecac67f6fce1dd4d5089dbc3da840e311f6a7218 prerequisite-patch-id: 0537ae604d2617e42bef13bfb791aad4d11bf6e1 prerequisite-patch-id: da5a4e5cc3097994bfcba4b37680c90b0675ccf9 prerequisite-patch-id: fcd0ce1adcc63e80c95e4636bd4614bd5b732ffa prerequisite-patch-id: a6303524834f6e01b2ae1469ee437d586dd5d522 -- 2.25.1