mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 12:50:09 +01:00
device/wifi: don't postpone act_stage2_config() for iwd when nothing to wait
This commit is contained in:
parent
aa991916dc
commit
5979972e20
1 changed files with 4 additions and 1 deletions
|
|
@ -1853,7 +1853,10 @@ act_stage2_config (NMDevice *device, NMDeviceStateReason *out_failure_reason)
|
|||
return NM_ACT_STAGE_RETURN_POSTPONE;
|
||||
}
|
||||
|
||||
return NM_ACT_STAGE_RETURN_POSTPONE;
|
||||
_LOGW (LOGD_DEVICE | LOGD_WIFI,
|
||||
"Activation: (wifi) iwd cannot handle mode %s",
|
||||
mode);
|
||||
NM_SET_OUT (out_failure_reason, NM_DEVICE_STATE_REASON_SUPPLICANT_FAILED);
|
||||
|
||||
out_fail:
|
||||
cleanup_association_attempt (self, FALSE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue