commit | cd5f9bb4be950079e911a64972dd7311f0bf8534 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Mon May 16 01:30:09 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon May 16 21:51:40 2016 -0400 |
tree | 8574e160ad30b6bc0ecd04cad24d2ab627646e91 | |
parent | 4c4a6b0e8fa24a628cbca3931745d482c66d303e [diff] |
net: ethernet: gianfar: 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>