From 80712face42f31c61092d7ca64e0139bcb954589 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Wed, 12 May 2021 16:01:39 -0700 Subject: [PATCH] station: remove ap_directed_roam check for over-DS This flag was being checked but it is explicitly being set to false prior. --- src/station.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/station.c b/src/station.c index bdb8859a..b9368ef2 100644 --- a/src/station.c +++ b/src/station.c @@ -1867,8 +1867,7 @@ static void station_transition_start(struct station *station, } /* FT-over-DS can be better suited for these situations */ - if ((hs->mde[4] & 1) && (station->ap_directed_roaming || - station->signal_low)) { + if ((hs->mde[4] & 1) && station->signal_low) { if (netdev_fast_transition_over_ds_action( station->netdev, bss, station_fast_transition_ds_cb,