From 0f8be3bbde3cda30f27cf7d99ff03ee81f071673 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 24 Aug 2022 10:28:39 +0200 Subject: [PATCH] hostapd: do not enforce multiple_bssid on 6G band Signed-off-by: John Crispin --- feeds/wifi-ax/hostapd/files/hostapd.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/feeds/wifi-ax/hostapd/files/hostapd.sh b/feeds/wifi-ax/hostapd/files/hostapd.sh index 00e5ea9b1..ff9f197c8 100644 --- a/feeds/wifi-ax/hostapd/files/hostapd.sh +++ b/feeds/wifi-ax/hostapd/files/hostapd.sh @@ -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"