net: usb: lan78xx: use new api ethtool_{get|set}_link_ksettings
authorPhilippe Reynes <tremyfr@gmail.com>
Sun, 9 Oct 2016 10:07:04 +0000 (12:07 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Oct 2016 05:40:25 +0000 (01:40 -0400)
commit6e76510e7e19bfdca65042ccd52543011ed92047
tree2dc169d5067ebcc874a7b55c8f303701d083cff3
parent86e3a04002378610d77d3941f45ebbf531cf605e
net: usb: lan78xx: 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.

Signed-off-by: Philippe Reynes <tremyfr@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/lan78xx.c