commit | 904632a224b2ea39920e526cdc93565aaf1fb43e | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Sun Jun 19 22:37:06 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 22 16:23:29 2016 -0400 |
tree | 9d0d759dfed3c6e22e0a9a4caceac71a0370c699 | |
parent | b21fcb259313bcf7d4f73ecd5e44948995c8957c [diff] |
net: ethernet: bgmac: 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>