mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-30 18:07:52 +00:00 
			
		
		
		
	ucentral-schema: default to 32 STA max assoc if the driver does not report a valid value
Fixes: WIFI-12355 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
		| @@ -13,4 +13,4 @@ function phy_get() { | ||||
| } | ||||
|  | ||||
| let phys = phy_get(); | ||||
| printf("%d\n", phys[0].max_ap_assoc); | ||||
| printf("%d\n", phys[0].max_ap_assoc || 32); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin