Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Loading