]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: usb: catc: use new api ethtool_{get|set}_link_ksettings
authorPhilippe Reynes <tremyfr@gmail.com>
Sun, 12 Mar 2017 21:08:26 +0000 (22:08 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Mar 2017 22:25:53 +0000 (15:25 -0700)
commitde1e98c69bc22870342a099c2fc1257b09b15b7a
treed1ef82288ce42e735bbf7d23fe13a814ad405d21
parent3c9b803b87b5ecb4f15b24886f7f97116cc4e1d8
net: usb: catc: 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>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/catc.c