From e4e9f69dbcb55c4dca2323dce2e89edfa6e28ec4 Mon Sep 17 00:00:00 2001 From: Ivan Vecera Date: Thu, 20 Feb 2014 18:48:56 +0100 Subject: [PATCH 2/2] ethtool: Report Backplane as supported port Signed-off-by: Ivan Vecera Signed-off-by: Ben Hutchings --- ethtool.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ethtool.c b/ethtool.c index 8cc10b5..658a7b2 100644 --- a/ethtool.c +++ b/ethtool.c @@ -485,6 +485,8 @@ static void dump_supported(struct ethtool_cmd *ep) fprintf(stdout, "MII "); if (mask & SUPPORTED_FIBRE) fprintf(stdout, "FIBRE "); + if (mask & SUPPORTED_Backplane) + fprintf(stdout, "Backplane "); fprintf(stdout, "]\n"); dump_link_caps("Supported", "Supports", mask, 0); -- 1.8.3.1