From ee34c53866b31b0862475e49854e7d2ad9106bb2 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 23 May 2019 14:25:31 +0100 Subject: [PATCH] bin/iwtop --- bin/iwtop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/iwtop b/bin/iwtop index 70dc1e1a..0d0ff167 100755 --- a/bin/iwtop +++ b/bin/iwtop @@ -40,7 +40,7 @@ while (<>) { } #die Dumper \%net; -my $fmt = "%5s | %17s | %9s | %2s | %8s | %3s | %3s | %s\n"; +my $fmt = "%5s | %17s | %9s | %2s | %10s | %3s | %3s | %s\n"; printf $fmt,'INT','MAC','FREQ','CH','SPEED','SIG','QLT','NAME'; for my $k (sort { ($net{$b}{signal}||0) <=> ($net{$a}{signal}||0) -- 2.47.3