]> git.ipfire.org Git - thirdparty/hostap.git/commit
mesh: Fix CONFIG_HT_OVERRIDES build without CONFIG_VHT_OVERRIDES
authorArturo Buzarra <arturo.buzarra@digi.com>
Mon, 9 Mar 2020 17:18:16 +0000 (18:18 +0100)
committerJouni Malinen <j@w1.fi>
Tue, 10 Mar 2020 20:55:16 +0000 (22:55 +0200)
commit1f13c1393c350bf70cbf107d2ae4529a9c6ff9fa
treec4876ffa0db982031c532e5c6185b8cb2af18805
parent52efde2aaa3f40808a7a179ce7b61b365bce2c4c
mesh: Fix CONFIG_HT_OVERRIDES build without CONFIG_VHT_OVERRIDES

Commit e5a9b1e8a3 ("mesh: Implement use of VHT20 config in mesh mode")
introduced the possibility to check the disable_vht param. However, this
entry is only available when CONFIG_VHT_OVERRIDES is enabled and as
such, this broke the build for some cases.

Fix this by encapsulating VHT property with the proper CONFIG entry.

Fixes: e5a9b1e8a3a5 ("mesh: Implement use of VHT20 config in mesh mode")
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
wpa_supplicant/wpa_supplicant.c