station: remove ap_directed_roam check for over-DS

This flag was being checked but it is explicitly being set to
false prior.
This commit is contained in:
James Prestwood 2021-05-12 16:01:39 -07:00 committed by Denis Kenzior
parent f95e3a02e8
commit 80712face4
1 changed files with 1 additions and 2 deletions

View File

@ -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,