]> git.baikalelectronics.ru Git - kernel.git/commit
net: toshiba: ps3_genic_net: use new api ethtool_{get|set}_link_ksettings
authorPhilippe Reynes <tremyfr@gmail.com>
Sun, 5 Mar 2017 22:21:06 +0000 (23:21 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Mar 2017 06:18:05 +0000 (22:18 -0800)
commit500f6cb3842ea459182b61c01dc24f59dbebc0ff
treeddca70974b52afec2d8f3bce6b1f91620a6b687a
parent70e6a70724ece57b5d822245751d4b147084849b
net: toshiba: ps3_genic_net: use new api ethtool_{get|set}_link_ksettings

The ethtool api {get|set}_settings is deprecated.
We move this driver to new api {get|set}_link_ksettings.

As I don't have the hardware, I'd be very pleased if
someone may test this patch.

Signed-off-by: Philippe Reynes <tremyfr@gmail.com>
Tested-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/toshiba/ps3_gelic_net.c