mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix cut/paste error in previous commit and use the
correct value for SFP+ reserved media type. MFC after: 1 week
This commit is contained in:
parent
016385508f
commit
4ae3322f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -2535,7 +2535,7 @@ static struct mxge_media_type mxge_xfp_media_types[] =
|
|||
};
|
||||
static struct mxge_media_type mxge_sfp_media_types[] =
|
||||
{
|
||||
{0, (1 << 0), "Reserved"},
|
||||
{0, (1 << 7), "Reserved"},
|
||||
{IFM_10G_LRM, (1 << 6), "10GBASE-LRM"},
|
||||
{IFM_10G_LR, (1 << 5), "10GBASE-LR"},
|
||||
{IFM_10G_SR, (1 << 4), "10GBASE-SR"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue