summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasundhara, Volam <Vasundhara.Volam@Emulex.Com>2013-02-12 09:46:20 +0000
committerBen Hutchings <bhutchings@solarflare.com>2013-03-21 18:13:51 +0000
commitd655af4172ac05449d1a371766c42b5d67429f21 (patch)
tree66fc98f02e42ad1a4b13f2e744e042f52ccd2ca1
parent5f608150379ee8604aa5be4f50aa831d5e8efe9f (diff)
downloadethtool-d655af4172ac05449d1a371766c42b5d67429f21.tar.gz
ethtool: Add string to display support for KR PHY
Signed-off-by: Vasundhara Volam <vasundhara.volam@emulex.com> Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
-rw-r--r--ethtool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ethtool.c b/ethtool.c
index acac32a..8cc10b5 100644
--- a/ethtool.c
+++ b/ethtool.c
@@ -512,6 +512,7 @@ dump_link_caps(const char *prefix, const char *an_prefix, u32 mask,
{ 0, ADVERTISED_2500baseX_Full, "2500baseX/Full" },
{ 0, ADVERTISED_10000baseT_Full, "10000baseT/Full" },
{ 0, ADVERTISED_10000baseKX4_Full, "10000baseKX4/Full" },
+ { 0, ADVERTISED_10000baseKR_Full, "10000baseKR/Full" },
{ 0, ADVERTISED_20000baseMLD2_Full, "20000baseMLD2/Full" },
{ 0, ADVERTISED_20000baseKR2_Full, "20000baseKR2/Full" },
{ 0, ADVERTISED_40000baseKR4_Full, "40000baseKR4/Full" },