From: Alex Gavin <a_gavin@icloud.com>
To: johannes@sipsolutions.net
Cc: linux-wireless@vger.kernel.org, Alex Gavin <a_gavin@icloud.com>
Subject: [PATCH] iw: fix station dump beacon RX indent
Date: Sun, 22 Mar 2026 11:29:48 -0700 [thread overview]
Message-ID: <20260322182948.13604-1-a_gavin@icloud.com> (raw)
Signed-off-by: Alex Gavin <a_gavin@icloud.com>
---
station.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/station.c b/station.c
index 5adf6bf..0f992d5 100644
--- a/station.c
+++ b/station.c
@@ -354,7 +354,7 @@ static void print_nested_sta_handler(struct nlattr *link_sinfo[NL80211_STA_INFO_
printf("%sbeacon loss:\t%u", indent,
nla_get_u32(link_sinfo[NL80211_STA_INFO_BEACON_LOSS]));
if (link_sinfo[NL80211_STA_INFO_BEACON_RX])
- printf("\n\t\tbeacon rx:\t%llu",
+ printf("%sbeacon rx:\t%llu", indent,
(unsigned long long)nla_get_u64(link_sinfo[NL80211_STA_INFO_BEACON_RX]));
if (link_sinfo[NL80211_STA_INFO_RX_DROP_MISC])
printf("%srx drop misc:\t%llu", indent,
--
2.51.2
reply other threads:[~2026-03-22 18:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20260322182948.13604-1-a_gavin@icloud.com \
--to=a_gavin@icloud.com \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox