mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:22:37 +01:00
station: Ignore AP directed roams if already trying to roam
This commit is contained in:
parent
92ef3da714
commit
dc7e12ac0c
@ -2670,6 +2670,11 @@ static void station_ap_directed_roam(struct station *station,
|
||||
return;
|
||||
}
|
||||
|
||||
if (station->preparing_roam) {
|
||||
l_debug("roam: roam attempt already in progress -- ignore");
|
||||
return;
|
||||
}
|
||||
|
||||
station->ap_directed_roaming = true;
|
||||
station->preparing_roam = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user