mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-31 10:28:06 +00:00 
			
		
		
		
	hostapd: do not enforce multiple_bssid on 6G band
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
		| @@ -154,8 +154,6 @@ hostapd_prepare_device_config() { | |||||||
| 	set_default ema 0 | 	set_default ema 0 | ||||||
| 	set_default acs_exclude_dfs 0 | 	set_default acs_exclude_dfs 0 | ||||||
|  |  | ||||||
| 	[ "$band" = "6g" ] && multiple_bssid=1 |  | ||||||
|  |  | ||||||
| 	[ -n "$country" ] && { | 	[ -n "$country" ] && { | ||||||
| 		append base_cfg "country_code=$country" "$N" | 		append base_cfg "country_code=$country" "$N" | ||||||
| 		[ -n "$country3" ] && append base_cfg "country3=$country3" "$N" | 		[ -n "$country3" ] && append base_cfg "country3=$country3" "$N" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin