mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-09 00:02:48 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (station->preparing_roam) {
|
||||||
|
l_debug("roam: roam attempt already in progress -- ignore");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
station->ap_directed_roaming = true;
|
station->ap_directed_roaming = true;
|
||||||
station->preparing_roam = true;
|
station->preparing_roam = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user