mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 10:57:47 +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();
|
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