From abccc8ff6836ee76d65719d310f1c0df56bb6a63 Mon Sep 17 00:00:00 2001 From: Tanya Singh Date: Thu, 4 Jun 2026 11:21:27 +0800 Subject: [PATCH] rrmd: Add 5 sec delay before checking channel switch status - Fix typo: change sleep time from 5ms to 5000ms Fixes: WIFI-15488 Signed-off-by: Tanya Singh --- feeds/ucentral/rrmd/files/usr/share/rrmd/policy_chanutil.uc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds/ucentral/rrmd/files/usr/share/rrmd/policy_chanutil.uc b/feeds/ucentral/rrmd/files/usr/share/rrmd/policy_chanutil.uc index f89e14beb..db1ae71c3 100644 --- a/feeds/ucentral/rrmd/files/usr/share/rrmd/policy_chanutil.uc +++ b/feeds/ucentral/rrmd/files/usr/share/rrmd/policy_chanutil.uc @@ -351,7 +351,7 @@ function hostapd_switch_channel(msg) { function switch_status_check(iface, dfs_enabled_5g_flag) { // add a 5 sec delay regardless of DFS being enabled or not - sleep(5); + sleep(5000); // need to wait for radio 5GHz interface to be UP, when DFS is enabled if (dfs_enabled_5g_flag == 1) {