mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 02:48:18 +00:00
mac80211-qsdk: default multiple_ssid to 1 if not set
Fixes: WIFI-10597 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -1063,7 +1063,7 @@ drv_mac80211_setup() {
|
||||
return 1
|
||||
}
|
||||
|
||||
[ "$band" = "6g" ] && multiple_bssid=1
|
||||
[ "$band" = "6g" ] && set_default multiple_bssid 1
|
||||
|
||||
wireless_set_data phy="$phy"
|
||||
[ -z "$(uci -q -P /var/state show wireless._${phy})" ] && uci -q -P /var/state set wireless._${phy}=phy
|
||||
|
||||
Reference in New Issue
Block a user