mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
cxgbe(4): fix if_media handling for T520-BT cards. 1Gbps and 100Mbps
are valid for this card. MFC after: 1 week
This commit is contained in:
parent
dcd0c998a9
commit
070d262707
1 changed files with 0 additions and 3 deletions
|
|
@ -2895,9 +2895,6 @@ build_medialist(struct port_info *pi, struct ifmedia *media)
|
|||
|
||||
switch(pi->port_type) {
|
||||
case FW_PORT_TYPE_BT_XFI:
|
||||
ifmedia_add(media, m | IFM_10G_T, data, NULL);
|
||||
break;
|
||||
|
||||
case FW_PORT_TYPE_BT_XAUI:
|
||||
ifmedia_add(media, m | IFM_10G_T, data, NULL);
|
||||
/* fall through */
|
||||
|
|
|
|||
Loading…
Reference in a new issue