]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: add VHT80 support for 802.11s
authorSven Eckelmann <sven@open-mesh.com>
Wed, 25 Nov 2015 13:59:16 +0000 (14:59 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 6 Jan 2016 11:03:02 +0000 (12:03 +0100)
commite7271e73fe6e96ea3896efb6a9734c6a23c67784
tree495703a1ae8b25cd52313de6e537976642cd85b6
parentc1b2b633a9f33cd2cb1feac112f003e26eab11d2
iw: add VHT80 support for 802.11s

iw mesh supports non-HT and HT channel widths like HT20 or NOHT. But the
Linux 802.11s implementation also supports VHT80 which can be specified
during the mesh join.

    iw dev mesh0 mesh join "meshnet" freq 5180 80MHz

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
mesh.c