commit | 013ad40d3709c12fbe2edf961a7109480a2f550a | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Sat Jul 30 17:42:12 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 08 15:42:21 2016 -0700 |
tree | 254dd1bf1026d52865d0b5a62bafbea7f79ca858 | |
parent | c6c022e3602a8165ead71d60ac7ac22e07c81d37 [diff] |
net: ethernet: marvell: mvneta: use new api ethtool_{get|set}_link_ksettings The ethtool api {get|set}_settings is deprecated. We move the mvneta driver to new api {get|set}_link_ksettings. We use the generic function phy_ethtool_get_link_ksettings, and update old mvneta_ethtool_set_settings to the new api. Signed-off-by: Philippe Reynes <tremyfr@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>