Blob Blame History Raw
From 4b467d78c334f2bc72ea5ae66141546d218a9766 Mon Sep 17 00:00:00 2001
From: "Vasundhara, Volam" <Vasundhara.Volam@Emulex.Com>
Date: Tue, 12 Feb 2013 09:46:20 +0000
Subject: [PATCH 1/2] 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>
---
 ethtool.c | 1 +
 1 file changed, 1 insertion(+)

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" },
-- 
1.8.3.1