Skip to content
Snippets Groups Projects

Fix channel selection request

Merged Janusz Dziedzic requested to merge csr into devel
Files
4
+ 1
1
@@ -235,7 +235,7 @@ void cntlr_acs_node_channel_recalc(struct node *node, bool skip_dfs)
@@ -235,7 +235,7 @@ void cntlr_acs_node_channel_recalc(struct node *node, bool skip_dfs)
r->radio_el->macaddr,
r->radio_el->macaddr,
acs_params.best_channel,
acs_params.best_channel,
acs_params.best_opclass,
acs_params.best_opclass,
15);
14);
if (ret)
if (ret)
warn("acs switch failed\n");
warn("acs switch failed\n");
Loading