mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-31 18:38:10 +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
	 John Crispin
					John Crispin