3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

scan: fix double space

This commit is contained in:
James Prestwood 2022-01-10 16:15:17 -08:00 committed by Denis Kenzior
parent 1ebbb1a11e
commit 967c95829f

View File

@ -1695,7 +1695,7 @@ static void scan_finished(struct scan_context *sc,
if (bss_list)
discover_hidden_network_bsses(sc, bss_list);
if (sr) {
if (sr) {
l_queue_remove(sc->requests, sr);
sc->started = false;
sc->work_started = false;