mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-11 17:29:29 -04:00
Currently the path for setting 20MHz doesn't set ht_capab to '' at the beginning which results in null in ht_capab in hostapd.conf. Fix this by setting config.ht_capab to '' for 20MHz htmode. Fixes: #20762 Signed-off-by: Zhi-Jun You <hujy652@protonmail.com> Link: https://github.com/openwrt/openwrt/pull/20768 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>