[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1392918536-20444-1-git-send-email-ivecera@redhat.com>
Date: Thu, 20 Feb 2014 18:48:56 +0100
From: Ivan Vecera <ivecera@...hat.com>
To: netdev@...r.kernel.org
Cc: bhutchings@...arflare.com, agospoda@...hat.com
Subject: [PATCH ethtool] ethtool: Report Backplane as supported port
Signed-off-by: Ivan Vecera <ivecera@...hat.com>
---
ethtool.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ethtool.c b/ethtool.c
index 315d00f..acb4397 100644
--- a/ethtool.c
+++ b/ethtool.c
@@ -496,6 +496,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.2
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists