Skip to content

Commit abccc8f

Browse files
committed
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 010f292 commit abccc8f

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
@@ -351,7 +351,7 @@ function hostapd_switch_channel(msg) {
351351

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

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

0 commit comments

Comments
 (0)