From: Jouni Malinen <jouni@codeaurora.org>
To: Kalle Valo <kvalo@codeaurora.org>
Cc: ath11k@lists.infradead.org, linux-wireless@vger.kernel.org,
Seevalamuthu Mariappan <seevalam@codeaurora.org>
Subject: [PATCH 0/5] ath11k: Change htt stats display logic
Date: Tue, 14 Sep 2021 01:31:43 +0300 [thread overview]
Message-ID: <20210913223148.208026-1-jouni@codeaurora.org> (raw)
From: Seevalamuthu Mariappan <seevalam@codeaurora.org>
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
--
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k
WARNING: multiple messages have this Message-ID (diff)
From: Jouni Malinen <jouni@codeaurora.org>
To: Kalle Valo <kvalo@codeaurora.org>
Cc: ath11k@lists.infradead.org, linux-wireless@vger.kernel.org,
Seevalamuthu Mariappan <seevalam@codeaurora.org>
Subject: [PATCH 0/5] ath11k: Change htt stats display logic
Date: Tue, 14 Sep 2021 01:31:43 +0300 [thread overview]
Message-ID: <20210913223148.208026-1-jouni@codeaurora.org> (raw)
From: Seevalamuthu Mariappan <seevalam@codeaurora.org>
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
next reply other threads:[~2021-09-13 22:32 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-13 22:31 Jouni Malinen [this message]
2021-09-13 22:31 ` [PATCH 0/5] ath11k: Change htt stats display logic Jouni Malinen
2021-09-13 22:31 ` [PATCH 1/5] ath11k: Rename macro ARRAY_TO_STRING to PRINT_ARRAY_TO_BUF Jouni Malinen
2021-09-13 22:31 ` Jouni Malinen
2021-09-28 13:53 ` Kalle Valo
2021-09-28 13:53 ` Kalle Valo
2021-09-13 22:31 ` [PATCH 2/5] ath11k: Replace HTT_DBG_OUT with scnprintf Jouni Malinen
2021-09-13 22:31 ` Jouni Malinen
2021-09-13 22:31 ` [PATCH 3/5] ath11k: Remove htt stats fixed size array usage Jouni Malinen
2021-09-13 22:31 ` Jouni Malinen
2021-09-13 22:31 ` [PATCH 4/5] ath11k: Change masking and shifting in htt stats Jouni Malinen
2021-09-13 22:31 ` Jouni Malinen
2021-09-13 22:31 ` [PATCH 5/5] ath11k: add HTT stats support for new stats Jouni Malinen
2021-09-13 22:31 ` Jouni Malinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210913223148.208026-1-jouni@codeaurora.org \
--to=jouni@codeaurora.org \
--cc=ath11k@lists.infradead.org \
--cc=kvalo@codeaurora.org \
--cc=linux-wireless@vger.kernel.org \
--cc=seevalam@codeaurora.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.