All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] station: send debug "roam-scan-triggered" event
@ 2022-01-19 20:59 James Prestwood
  0 siblings, 0 replies; only message in thread
From: James Prestwood @ 2022-01-19 20:59 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 464 bytes --]

---
 src/station.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/station.c b/src/station.c
index 38d0757c..d9eb8d09 100644
--- a/src/station.c
+++ b/src/station.c
@@ -2246,6 +2246,8 @@ static void station_roam_scan_triggered(int err, void *user_data)
 		return;
 	}
 
+	station_debug_event(station, "roam-scan-triggered");
+
 	/*
 	 * Do not update the Scanning property as we won't be updating the
 	 * list of networks.
-- 
2.31.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-19 20:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-19 20:59 [PATCH v2 1/2] station: send debug "roam-scan-triggered" event James Prestwood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.