cli: fix printing the scan channel width
authorAndre Heider <a.heider@gmail.com>
Mon, 21 Nov 2022 17:56:38 +0000 (18:56 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 15 Dec 2022 23:09:07 +0000 (00:09 +0100)
commit49b6ec91e90df652b52eba2a0bfb37aa9414dfc5
tree220eb0fb5dde774003b7c15d2ff84a2c0bcd6d1e
parentb1c8873e37d4a5cd6c0c2867a763b568b27eaa15
cli: fix printing the scan channel width

The "chan_width" var contains an index, not a value.

While at it, make the 40 and 2040 description shorter and clearer.

Signed-off-by: Andre Heider <a.heider@gmail.com>
iwinfo_cli.c