mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
cxgbe(4): Use the simplest configuration possible when falling back from
the default configuration. MFC after: 1 week Sponsored by: Chelsio Communications
This commit is contained in:
parent
56a6dee6f7
commit
a920680df5
1 changed files with 1 additions and 3 deletions
|
|
@ -4009,10 +4009,8 @@ retry:
|
|||
rc, cfg_file);
|
||||
snprintf(cfg_file, sizeof(cfg_file), "%s", BUILTIN_CF);
|
||||
bzero(&caps_allowed, sizeof(caps_allowed));
|
||||
COPY_CAPS(nbm);
|
||||
COPY_CAPS(link);
|
||||
COPY_CAPS(switch);
|
||||
COPY_CAPS(nic);
|
||||
caps_allowed.niccaps = FW_CAPS_CONFIG_NIC;
|
||||
fallback = false;
|
||||
goto retry;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue