commit | 9365fbf5781f2c7f182e8b5c78ff757d3ff9d722 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Tue May 10 00:19:43 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue May 10 15:06:20 2016 -0400 |
tree | ef31fbbd76a411f195c5065a226c41b18ef7b2fb | |
parent | 45f5c327ce5ce9178147279b5d6b95eac216c84c [diff] |
net: ethernet: fec: use phy_ethtool_{get|set}_link_ksettings There are two generics functions phy_ethtool_{get|set}_link_ksettings, so we can use them instead of defining the same code in the driver. Signed-off-by: Philippe Reynes <tremyfr@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>