]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: enable 80MHz support for 6GHz band 11s mesh
authorPradeep Kumar Chitrapu <pradeepc@codeaurora.org>
Fri, 9 Oct 2020 22:49:30 +0000 (15:49 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 6 Nov 2020 08:54:31 +0000 (09:54 +0100)
commitc56036a42ae5b28ad881d5f0897e7e7f8673ec59
treed589921dc3dc2abc217bc29a7452e2d30096a637
parentfa72728c052a5f97ed432f66007654926cef4cb1
iw: enable 80MHz support for 6GHz band 11s mesh

without this 11s mesh could not be configured with bandwidth 80MHz
in 6G band using iw. Also, this will be required to set frequency
for 6GHz band in 80MHz.

example:
iw <interface> mesh join <meshname> freq 6195 80MHz

Signed-off-by: Pradeep Kumar Chitrapu <pradeepc@codeaurora.org>
Link: https://lore.kernel.org/r/1602283770-8026-2-git-send-email-pradeepc@codeaurora.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
util.c