diff mbox

[ethtool] ethtool: Add string to display support for KR PHY

Message ID f30e7788-1920-426f-88c2-afadac2cee75@CMEXHTCAS2.ad.emulex.com
State Not Applicable, archived
Delegated to: David Miller
Headers show

Commit Message

Vasundhara, Volam Feb. 12, 2013, 9:46 a.m. UTC
Signed-off-by: Vasundhara Volam <vasundhara.volam@emulex.com>
---
 ethtool.c |    1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/ethtool.c b/ethtool.c
index 55bc082..205f574 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_40000baseKR4_Full,  "40000baseKR4/Full" },
 		{ 0, ADVERTISED_40000baseCR4_Full,  "40000baseCR4/Full" },