From: Seevalamuthu Mariappan <seevalam@xxxxxxxxxxxxxx> This patchsets modified htt stats display logic by removing all temporary array usage to avoid stats truncation. Seevalamuthu Mariappan (4): ath11k: Rename macro ARRAY_TO_STRING to PRINT_ARRAY_TO_BUF ath11k: Replace HTT_DBG_OUT with scnprintf ath11k: Remove htt stats fixed size array usage ath11k: Change masking and shifting in htt stats Venkateswara Naralasetty (1): ath11k: add HTT stats support for new stats drivers/net/wireless/ath/ath11k/debugfs.h | 4 + .../wireless/ath/ath11k/debugfs_htt_stats.c | 4344 +++++++++-------- .../wireless/ath/ath11k/debugfs_htt_stats.h | 226 + drivers/net/wireless/ath/ath11k/debugfs_sta.c | 8 +- drivers/net/wireless/ath/ath11k/dp.h | 7 + 5 files changed, 2463 insertions(+), 2126 deletions(-) -- 2.25.1