]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: ethernet: marvell: pxa168_eth: Implement ethtool::nway_reset
authorFlorian Fainelli <f.fainelli@gmail.com>
Tue, 15 Nov 2016 19:19:49 +0000 (11:19 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Nov 2016 18:44:01 +0000 (13:44 -0500)
commit13f0ac41095587a23176f169b7f4557418017ade
treebd29fa037930f1b57a39da03169fff2f63210a2b
parent00606c498664a8575afc6c1835de1e3cf582445f
net: ethernet: marvell: pxa168_eth: Implement ethtool::nway_reset

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>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/pxa168_eth.c