Re: [PATCH] net: dec: winbond-840: use new api ethtool_{get|set}_link_ksettings

2017-01-02 Thread David Miller
From: Philippe Reynes Date: Sun, 1 Jan 2017 20:47:01 +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.

[PATCH] net: dec: winbond-840: use new api ethtool_{get|set}_link_ksettings

2017-01-01 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/dec/tulip/winbond-840.c | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git