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

manager: Also set retry when using default interfaces

This commit is contained in:
Denis Kenzior 2020-02-05 09:14:47 -06:00
parent 8530396fb3
commit 360f66f71c

View File

@ -112,6 +112,7 @@ static bool manager_use_default(struct wiphy_setup_state *state)
if (!state->default_if_msg) { if (!state->default_if_msg) {
l_error("No default interface for wiphy %u", l_error("No default interface for wiphy %u",
(unsigned int) state->id); (unsigned int) state->id);
state->retry = true;
return false; return false;
} }