[PATCH 1/3] myri10ge: report link up/down in standard ethtool way
From: Brice Goglin <hidden>
Date: 2007-05-30 19:13:46
From: Brice Goglin <hidden>
Date: 2007-05-30 19:13:46
Report link up/down in standard ethtool way Signed-off-by: Brice Goglin <redacted> --- drivers/net/myri10ge/myri10ge.c | 1 + 1 file changed, 1 insertion(+) Index: linux-rc/drivers/net/myri10ge/myri10ge.c ===================================================================
--- linux-rc.orig/drivers/net/myri10ge/myri10ge.c 2007-05-26 11:18:09.000000000 +0200
+++ linux-rc/drivers/net/myri10ge/myri10ge.c 2007-05-30 20:58:22.000000000 +0200@@ -1472,6 +1472,7 @@ .set_sg = ethtool_op_set_sg, .get_tso = ethtool_op_get_tso, .set_tso = ethtool_op_set_tso, + .get_link = ethtool_op_get_link, .get_strings = myri10ge_get_strings, .get_stats_count = myri10ge_get_stats_count, .get_ethtool_stats = myri10ge_get_ethtool_stats,