commit | 0d5704bf4ebe4d83ab46a2206a74faf2fe3a77af | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Sat Jul 30 16:14:44 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 08 15:42:20 2016 -0700 |
tree | 074c577b2c60719cdde22abae1e3ca98920fbfb8 | |
parent | 86bc5ed672eea892dce43e8be8b3de6e58c51d5e [diff] |
net: ethernet: octeon: 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. There was a check on CAP_NET_ADMIN in cvm_oct_set_settings, but this check is already done in dev_ethtool, so no need to repeat it before calling the generic function. Signed-off-by: Philippe Reynes <tremyfr@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>