Re: [PATCH v2] net: marvell: skge: use new api ethtool_{get|set}_link_ksettings

2017-01-17 Thread David Miller
From: Philippe Reynes Date: Mon, 16 Jan 2017 22:46:08 +0100 > The ethtool api {get|set}_settings is deprecated. > We move this driver to new api {get|set}_link_ksettings. > > The callback set_link_ksettings no longer update the value > of advertising, as the struct ethtool_link_ksettings is > de

[PATCH v2] net: marvell: skge: use new api ethtool_{get|set}_link_ksettings

2017-01-16 Thread Philippe Reynes
The ethtool api {get|set}_settings is deprecated. We move this driver to new api {get|set}_link_ksettings. The callback set_link_ksettings no longer update the value of advertising, as the struct ethtool_link_ksettings is defined as const. As I don't have the hardware, I'd be very pleased if some