policy: don't track roam_scan_done
[project/usteer.git] / sta.c
diff --git a/sta.c b/sta.c
index 0ec6a8a4d9c4670547c15bd9d42ae4bc31a02a61..2868a67652cdf1dca805d7c4909aca6ce42d0ebc 100644 (file)
--- a/sta.c
+++ b/sta.c
@@ -186,7 +186,6 @@ usteer_handle_sta_event(struct usteer_node *node, const uint8_t *addr,
 
        si = usteer_sta_info_get(sta, node, &create);
        usteer_sta_info_update(si, signal, false);
-       si->roam_scan_done = current_time;
        si->stats[type].requests++;
 
        diff = si->stats[type].blocked_last_time - current_time;