mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39:25 +01:00
station: Don't reset roam_no_orig_ap on roam failure
If the roam attempt fails, do not reset this to false. Generally this is set by the fact that we lost beacon and to not attempt neighbor reports, etc. This hint should be preserved across roam attempts.
This commit is contained in:
parent
ec7044d615
commit
faa31802c5
@ -1375,7 +1375,6 @@ static void station_roam_failed(struct station *station)
|
||||
l_debug("%u", netdev_get_ifindex(station->netdev));
|
||||
|
||||
station->preparing_roam = false;
|
||||
station->roam_no_orig_ap = false;
|
||||
station->ap_directed_roaming = false;
|
||||
|
||||
if (station->state == STATION_STATE_ROAMING)
|
||||
|
Loading…
Reference in New Issue
Block a user