commit | 11bbb171b921dc777113a2383c945d66db229eaf | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Sat Jun 18 16:37:21 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 22 16:22:41 2016 -0400 |
tree | f11ecdcc5664d631701cd21664dfff9220647f27 | |
parent | 941ea69e176bc5cc8a359c6b608250fc950be0b1 [diff] |
net: ethernet: altera_tse: 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>