commit | 4386f5662e639553552408c33014ca3e8d612b14 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Sun Jul 03 17:33:57 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 04 16:02:45 2016 -0700 |
tree | 3fa634a773aa4d42301bb92ee14cea17c76e08c8 | |
parent | 62469c76007e11428e2ee3c6de90cbe74b588d44 [diff] |
net: ethernet: bcmgenet: 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>