]> git.ipfire.org Git - thirdparty/hostap.git/commit
mesh: Fix channel bandwidth configuration for mesh on 6 GHz
authorSuraj P Kizhakkethil <quic_surapk@quicinc.com>
Thu, 10 Apr 2025 11:11:23 +0000 (16:41 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 11 Apr 2025 09:56:26 +0000 (12:56 +0300)
commita4e0d40539e672259974a843ae9937f16d3959b3
tree57fde457aff7e7c94e592798c725946f9a838a29
parent69a4ce7c59cc1b7b0ccc050b3cfa108f184eedb6
mesh: Fix channel bandwidth configuration for mesh on 6 GHz

Currently, when mesh interface is configured in 80 MHz, the interface is
coming up in 320 MHz bandwidth if the driver supports 320 MHz bandwidth.
Fix this by selecting the correct bandwidth based on max_oper_chwidth
configuration parameter.

Signed-off-by: Suraj P Kizhakkethil <quic_surapk@quicinc.com>
wpa_supplicant/wpa_supplicant.c