]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
net: micrel: ks8851_mll: use new api ethtool_{get|set}_link_ksettings
authorPhilippe Reynes <tremyfr@gmail.com>
Thu, 9 Feb 2017 10:28:25 +0000 (11:28 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Feb 2017 03:32:17 +0000 (22:32 -0500)
commitb6878eaf75176e9acb6463ea1e50edddd309931f
treeb976f574055cfb56576b8f991bc06bedc3a0b78c
parent98f2b09226758bcd416b023c9216597cc9727e60
net: micrel: ks8851_mll: 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/ethernet/micrel/ks8851_mll.c