]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: intel: ixgbe: use new api ethtool_{get|set}_link_ksettings
authorPhilippe Reynes <tremyfr@gmail.com>
Tue, 7 Mar 2017 22:32:25 +0000 (23:32 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Mar 2017 02:28:07 +0000 (19:28 -0700)
commit8704f21c8449d4ee0ea22a16014b6af6e757ec81
treeba918ea3e7b53474ae9c2273d023e3ab35b75d5c
parent99bdb400f7a5c998e106aeef3954e94b1d3d4ca5
net: intel: ixgbe: 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/intel/ixgbe/ixgbe_ethtool.c