net: bonding: use new api ethtool_{get|set}_link_ksettings
authorPhilippe Reynes <tremyfr@gmail.com>
Tue, 25 Oct 2016 16:41:31 +0000 (18:41 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 30 Oct 2016 21:23:39 +0000 (17:23 -0400)
commitd46b63494544356ed07ed4f7ec6f8d6edb6ddcf5
tree2ab60f58b42077d685a64ad9d1fe771b932a3165
parent2701c3b39da291559449cb95af690eeb7c50e3b3
net: bonding: 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/bonding/bond_main.c