From: Nicolas Boisselier Date: Thu, 23 May 2019 13:25:31 +0000 (+0100) Subject: bin/iwtop X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=ee34c53866b31b0862475e49854e7d2ad9106bb2;p=nb.git bin/iwtop --- 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)