mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
cxgbe(4): Add missing description for a port type.
Sponsored by: Chelsio Communications (cherry picked from commit f0ee6112eb61a5130acedd20d9827627c0975fba)
This commit is contained in:
parent
6bc34cdd96
commit
d80e7fca01
1 changed files with 1 additions and 0 deletions
|
|
@ -6814,6 +6814,7 @@ const char *t4_get_port_type_description(enum fw_port_type port_type)
|
|||
"CR2_QSFP",
|
||||
"SFP28",
|
||||
"KR_SFP28",
|
||||
"KR_XLAUI",
|
||||
};
|
||||
|
||||
if (port_type < ARRAY_SIZE(port_type_description))
|
||||
|
|
|
|||
Loading…
Reference in a new issue