Skip to content

Commit a194e8d

Browse files
tanyasingh-ecblogic
authored andcommitted
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 <tanya_singh@accton.com>
1 parent f4a62f9 commit a194e8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

feeds/ucentral/rrmd/files/usr/share/rrmd/policy_chanutil.uc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ function hostapd_switch_channel(msg) {
349349

350350
function switch_status_check(iface, dfs_enabled_5g_flag) {
351351
// add a 5 sec delay regardless of DFS being enabled or not
352-
sleep(5);
352+
sleep(5000);
353353

354354
// need to wait for radio 5GHz interface to be UP, when DFS is enabled
355355
if (dfs_enabled_5g_flag == 1) {

0 commit comments

Comments
 (0)