Skip to content
Snippets Groups Projects
Commit 33e49382 authored by Filip Matusiak's avatar Filip Matusiak
Browse files

Steering: do not count assoc ctrl attempt - not implemented

parent 6976f47b
No related branches found
No related tags found
1 merge request!268steering: sticky client handling
Pipeline #114400 passed
......@@ -50,7 +50,7 @@ int rcpi_steer(void *priv, struct steer_sta *s)
return 0;
}
if (s->s->failed_steer_attempts > sctrl->max_btm_attempt) {
if (s->s->failed_steer_attempts >= sctrl->max_btm_attempt) {
/* skip further checks for sticky candidates */
s->verdict = STEER_VERDICT_EXCLUDE;
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment