node: move roam-events to dedicated struct
Move the roam event counters to a dedicated struct. Update the ubus output to represent this new organization. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
@@ -163,7 +163,7 @@ usteer_local_node_assoc_update(struct sta_info *si, struct blob_attr *data)
|
||||
continue;
|
||||
|
||||
if (current_time - remote_si->last_connected < config.roam_process_timeout) {
|
||||
rn->node.roam_source++;
|
||||
rn->node.roam_events.source++;
|
||||
/* Don't abort looking for roam sources here.
|
||||
* The client might have roamed via another node
|
||||
* within the roam-timeout.
|
||||
|
Reference in New Issue
Block a user