mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
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:
parent
f95e3a02e8
commit
80712face4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user