mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-26 02:19:26 +01:00
manager: Also set retry when using default interfaces
This commit is contained in:
parent
8530396fb3
commit
360f66f71c
@ -112,6 +112,7 @@ static bool manager_use_default(struct wiphy_setup_state *state)
|
||||
if (!state->default_if_msg) {
|
||||
l_error("No default interface for wiphy %u",
|
||||
(unsigned int) state->id);
|
||||
state->retry = true;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user