]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: Add VHT info in link query
authorYogesh Ashok Powar <yogeshp@marvell.com>
Wed, 13 Feb 2013 04:38:33 +0000 (10:08 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 13 Feb 2013 08:58:13 +0000 (09:58 +0100)
commit045ead282303bb9942b46d900b5b6c00244feaf4
tree0a2c66992c3ef7e0e68b66febd4edb82e9c0e553
parente5497f12f1b4323e7ed377b030660337575e42e1
iw: Add VHT info in link query

Show VHT mcs, nss and bw, if present, in
iw dev link.

Eg.,
Connected to 10:6f:3f:4d:94:b4 (on mlan0)
        SSID: 122920
        freq: 5180
        RX: 0 bytes (0 packets)
        TX: 88 bytes (1 packets)
        signal: -51 dBm
        tx bitrate: 650.0 MBit/s VHT-MCS 7 80Mhz short GI VHT-NSS 2

        bss flags:
        dtim period:    1
        beacon int:     100

Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com>
[also fix existing Mhz to MHz]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
link.c