policy: count kick total
Always increase the kick-counter when usteer de-associates a STA. This was previously exclusively done when kicking clients due to insufficient SNR. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
2
policy.c
2
policy.c
@@ -477,8 +477,6 @@ usteer_local_node_snr_kick(struct usteer_local_node *ln)
|
||||
if (si->below_min_snr <= min_count)
|
||||
continue;
|
||||
|
||||
si->kick_count++;
|
||||
|
||||
ev.type = UEV_SIGNAL_KICK;
|
||||
ev.threshold.cur = si->signal;
|
||||
ev.count = si->kick_count;
|
||||
|
Reference in New Issue
Block a user