netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH ethtool] ethtool: Report Backplane as supported port
@ 2014-02-20 17:48 Ivan Vecera
  2014-02-21 10:40 ` Ivan Vecera
  2014-02-27 22:55 ` Ben Hutchings
  0 siblings, 2 replies; 5+ messages in thread
From: Ivan Vecera @ 2014-02-20 17:48 UTC (permalink / raw)
  To: netdev; +Cc: bhutchings, agospoda

Signed-off-by: Ivan Vecera <ivecera@redhat.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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-02-27 22:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-20 17:48 [PATCH ethtool] ethtool: Report Backplane as supported port Ivan Vecera
2014-02-21 10:40 ` Ivan Vecera
2014-02-21 17:15   ` David Miller
2014-02-24 10:34     ` Ivan Vecera
2014-02-27 22:55 ` Ben Hutchings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).