commit | 13e4c230e05c24794e4bcba647ce44a3d13beaf7 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Sat Jun 25 22:05:27 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 28 09:12:35 2016 -0400 |
tree | 8fc69870d37e23b0eab8d703ec5aee0496a10d2d | |
parent | 2ebc440a1f2be7c572c8ea174d1b2a6a0d4e41a3 [diff] |
net: ethernet: sxgbe: 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>