commit | 8a79813c140122b9448bb8d24ec58dff3b15ea31 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Sat Jun 25 23:05:16 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 28 09:12:36 2016 -0400 |
tree | 562d71f73769ba05be3d2fb93eb5e5d2bde27f37 | |
parent | ce554d32eb16c459221a06ee8c93f39d7d648ef4 [diff] |
net: ethernet: dwc_eth_qos: 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>