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

2017-01-17 Thread David Miller
From: Philippe Reynes Date: Sat, 14 Jan 2017 12:33:19 +0100 > The ethtool api {get|set}_settings is deprecated. > We move this driver to new api {get|set}_link_ksettings. > > Signed-off-by: Philippe Reynes Applied.

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

2017-01-14 Thread Florian Fainelli
On 01/14/2017 03:33 AM, Philippe Reynes wrote: > The ethtool api {get|set}_settings is deprecated. > We move this driver to new api {get|set}_link_ksettings. > > Signed-off-by: Philippe Reynes Reviewed-by: Florian Fainelli -- Florian

[PATCH] net: korina: use new api ethtool_{get|set}_link_ksettings

2017-01-14 Thread Philippe Reynes
The ethtool api {get|set}_settings is deprecated. We move this driver to new api {get|set}_link_ksettings. Signed-off-by: Philippe Reynes --- drivers/net/ethernet/korina.c | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git