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

2016-10-11 Thread David Miller
From: Philippe Reynes Date: Sat, 8 Oct 2016 19:48:15 +0200 > 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: ti: netcp_ethss: use new api ethtool_{get|set}_link_ksettings

2016-10-08 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/ti/netcp_ethss.c | 42 +++- 1 files changed, 25 insertions(+), 17 deletions(-) diff --git a/drivers/ne