Re: [PATCH 3/4] net: ethernet: fs-enet: move to new ethtool api {get|set}_link_ksettings

2016-05-03 Thread David Miller
From: Philippe Reynes Date: Sun, 1 May 2016 17:08:10 +0200 > The ethtool api {get|set}_settings is deprecated. > We move the fs-enet driver to new api {get|set}_link_ksettings. > > Signed-off-by: Philippe Reynes Applied. ___ Linuxppc-dev mailing lis

[PATCH 3/4] net: ethernet: fs-enet: move to new ethtool api {get|set}_link_ksettings

2016-05-01 Thread Philippe Reynes
The ethtool api {get|set}_settings is deprecated. We move the fs-enet driver to new api {get|set}_link_ksettings. Signed-off-by: Philippe Reynes --- .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 16 ++-- 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/drivers