* [PATCH] iw: fix station dump beacon RX indent
@ 2026-03-22 18:29 Alex Gavin
0 siblings, 0 replies; only message in thread
From: Alex Gavin @ 2026-03-22 18:29 UTC (permalink / raw)
To: johannes; +Cc: linux-wireless, Alex Gavin
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-22 18:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-22 18:29 [PATCH] iw: fix station dump beacon RX indent Alex Gavin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox