mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-31 18:38:10 +00:00
ratelimit: increase the wait timeout
The timeout of 75s was a little to shart and would sometimes cause 5G interfaces to not enable ratelimit correctly. Increasing the timeout to 120s makes the flow more reliable. Fixes: WIFI-5701 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -151,7 +151,7 @@ addiface() {
|
|||||||
waitiface() {
|
waitiface() {
|
||||||
local iface=$1
|
local iface=$1
|
||||||
|
|
||||||
ubus -t 75 wait_for hostapd.$1
|
ubus -t 120 wait_for hostapd.$1
|
||||||
|
|
||||||
[ $? -eq 0 ] || exit 0
|
[ $? -eq 0 ] || exit 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user