Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1523031

[PATCH net-next 2/5] net: ethoc: Implement ethtool::nway_reset

From Florian Fainelli <f.fainelli@gmail.com>
Newsgroups linux.kernel
Subject [PATCH net-next 2/5] net: ethoc: Implement ethtool::nway_reset
Date 2016-11-15 20:30 +0100
Message-ID <sDRAC-EA-11@gated-at.bofh.it> (permalink)
References <sDRAB-EA-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Implement ethtool::nway_reset using phy_ethtool_nway_reset. We are
already using dev->phydev all over the place so this comes for free.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 drivers/net/ethernet/ethoc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ethernet/ethoc.c b/drivers/net/ethernet/ethoc.c
index c044667a0a25..6456c180114b 100644
--- a/drivers/net/ethernet/ethoc.c
+++ b/drivers/net/ethernet/ethoc.c
@@ -966,6 +966,7 @@ static int ethoc_set_ringparam(struct net_device *dev,
 const struct ethtool_ops ethoc_ethtool_ops = {
 	.get_regs_len = ethoc_get_regs_len,
 	.get_regs = ethoc_get_regs,
+	.nway_reset = phy_ethtool_nway_reset,
 	.get_link = ethtool_op_get_link,
 	.get_ringparam = ethoc_get_ringparam,
 	.set_ringparam = ethoc_set_ringparam,
-- 
2.9.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH net-next 2/5] net: ethoc: Implement ethtool::nway_reset Florian Fainelli <f.fainelli@gmail.com> - 2016-11-15 20:30 +0100
  Re: [PATCH net-next 2/5] net: ethoc: Implement ethtool::nway_reset Tobias Klauser <tklauser@distanz.ch> - 2016-11-16 08:40 +0100

csiph-web