]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix channel switch to disable VHT with HT
authorJouni Malinen <j@w1.fi>
Sat, 25 Oct 2014 08:27:48 +0000 (11:27 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 25 Oct 2014 08:27:48 +0000 (11:27 +0300)
commit5de748187ef5c468e8d4cd7dc4cf3f1f5336b64a
treeb1a9cca740ebb019f16dd6fb55dd70ddf0aa0a74
parentbd5a7691bffaad07b6161e24493b2b7555c71933
Fix channel switch to disable VHT with HT

If both HT and VHT was enabled on AP and channel switch event from the
driver indicated that HT was disabled, VHT was left enabled. This
resulted in the following channel configuration failing. Fix this by
disabling VHT if HT gets disabled.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/drv_callbacks.c