commit | fd24d72ca9b52558b1511edc814951cdfe5f21cf | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Mon May 16 01:35:14 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon May 16 21:51:41 2016 -0400 |
tree | 75b5d7ca3d368fd1eac512478c7ca375a89ba302 | |
parent | b3c40adcc9891a709d30b620f0cabd4679a355b5 [diff] |
net: ethernet: ftgmac100: 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>