summaryrefslogtreecommitdiffstats
path: root/sys/net/if_media.h
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2006-02-15 08:25:40 +0000
committerglebius <glebius@FreeBSD.org>2006-02-15 08:25:40 +0000
commit3b6fefdba69166cc1306e190c52a908cfe1d0cd0 (patch)
treea4155c5df54fbfec1a152d3713ec1386c10615f7 /sys/net/if_media.h
parent34ff5883ea82ceba5727de4e4eea065eae43942d (diff)
downloadFreeBSD-src-3b6fefdba69166cc1306e190c52a908cfe1d0cd0.zip
FreeBSD-src-3b6fefdba69166cc1306e190c52a908cfe1d0cd0.tar.gz
Fix build.
Diffstat (limited to 'sys/net/if_media.h')
-rw-r--r--sys/net/if_media.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_media.h b/sys/net/if_media.h
index 848165d..7263208 100644
--- a/sys/net/if_media.h
+++ b/sys/net/if_media.h
@@ -328,8 +328,8 @@ struct ifmedia_description {
{ IFM_1000_T, "1000baseTX" }, \
{ IFM_1000_T, "1000baseT" }, \
{ IFM_HPNA_1, "homePNA" }, \
- { IFM_10GBASE_SR, "10GBASE-SR" }, \
- { IFM_10GBASE_LR, "10GBASE-LR" }, \
+ { IFM_10G_LR, "10Gbase-LR" }, \
+ { IFM_10G_SR, "10Gbase-SR" }, \
{ 0, NULL }, \
}
OpenPOWER on IntegriCloud