hostapd: do not enforce multiple_bssid on 6G band

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2022-08-24 10:28:39 +02:00
parent a3fc407f25
commit 0f8be3bbde

View File

@@ -154,8 +154,6 @@ hostapd_prepare_device_config() {
set_default ema 0
set_default acs_exclude_dfs 0
[ "$band" = "6g" ] && multiple_bssid=1
[ -n "$country" ] && {
append base_cfg "country_code=$country" "$N"
[ -n "$country3" ] && append base_cfg "country3=$country3" "$N"