3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 14:49:24 +01:00

station: send debug "roam-scan-triggered" event

This commit is contained in:
James Prestwood 2022-01-19 14:26:50 -08:00 committed by Denis Kenzior
parent 62978ef0fb
commit 2c6bb735ac

View File

@ -2246,6 +2246,8 @@ static void station_roam_scan_triggered(int err, void *user_data)
return; return;
} }
station_debug_event(station, "roam-scan-triggered");
/* /*
* Do not update the Scanning property as we won't be updating the * Do not update the Scanning property as we won't be updating the
* list of networks. * list of networks.