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:
John Crispin
2023-03-13 15:03:24 +01:00
parent 81b66ad44b
commit ae75067938

View File

@@ -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);