]> git.ipfire.org Git - thirdparty/hostap.git/commit
ap: Fix invalid HT40 channel pair fallback
authorNaftali Goldstein <naftali.goldstein@intel.com>
Thu, 8 Jun 2017 08:17:55 +0000 (11:17 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 8 Jul 2017 13:06:38 +0000 (16:06 +0300)
commit3f8e3a5486a9fa5e0d37021c47f8f673d32867c8
tree1f3afd42d011056de37399293c20b06d2bb1da20
parent6d3e24d3e38773ecd7e964063322d05d31116867
ap: Fix invalid HT40 channel pair fallback

In case of incorrect HT40 configuration as part of an attempt to create
a 80 MHz AP, iface->conf->vht_oper_centr_freq_seg0_idx and
iface->conf->vht_oper_centr_freq_seg1_idx are zero'ed, but
iface->conf->vht_oper_chwidth remains VHT_CHANWIDTH_80MHZ. This causes
the logic in dfs_get_start_chan_idx to fail.

Fix this by setting iface->conf->vht_oper_chwidth to
VHT_CHANWIDTH_USE_HT when zero'ing the center frequency parameters.

Signed-off-by: Naftali Goldstein <naftali.goldstein@intel.com>
src/ap/hw_features.c