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.
diff --git a/src/station.c b/src/station.c
index 80b6f07..a022b6a 100644
--- a/src/station.c
+++ b/src/station.c
@@ -1375,7 +1375,6 @@
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)