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:
Andrew Gallatin 2009-02-17 22:25:19 +00:00
parent 016385508f
commit 4ae3322f1a

View file

@ -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"}