policy: always accept auth requests
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
2
policy.c
2
policy.c
@@ -140,7 +140,7 @@ usteer_check_request(struct sta_info *si, enum usteer_event_type type)
|
|||||||
struct sta_info *si_new;
|
struct sta_info *si_new;
|
||||||
int min_signal;
|
int min_signal;
|
||||||
|
|
||||||
if (type == EVENT_TYPE_ASSOC)
|
if (type == EVENT_TYPE_AUTH)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
if (si->stats[type].blocked_cur >= config.max_retry_band) {
|
if (si->stats[type].blocked_cur >= config.max_retry_band) {
|
||||||
|
Reference in New Issue
Block a user