mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-22 02:10:07 +01:00
core: not all callers of hw_bring_up care about firmware
This commit is contained in:
parent
e8ee5bdb0b
commit
cae49f0422
1 changed files with 2 additions and 1 deletions
|
|
@ -4476,6 +4476,7 @@ hw_bring_up (NMDevice *device, gboolean *no_firmware)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
result = nm_platform_link_set_up (ifindex);
|
result = nm_platform_link_set_up (ifindex);
|
||||||
|
if (no_firmware)
|
||||||
*no_firmware = nm_platform_get_error () == NM_PLATFORM_ERROR_NO_FIRMWARE;
|
*no_firmware = nm_platform_get_error () == NM_PLATFORM_ERROR_NO_FIRMWARE;
|
||||||
|
|
||||||
/* Store carrier immediately. */
|
/* Store carrier immediately. */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue