commit | fa018484cf5ea67678143c4570b63154fa819682 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Sat Jul 02 14:06:15 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 04 15:59:52 2016 -0700 |
tree | 3762a84c2eea2dbca53af47b2cc5846833fe46f2 | |
parent | 2a62416dc67922458f809776d67138f0cc5544cd [diff] |
net: ethernet: ixp4xx_eth: 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>