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

2016-11-13 Thread David Miller
From: Philippe Reynes Date: Sat, 12 Nov 2016 23:16:51 +0100 > The ethtool api {get|set}_settings is deprecated. > We move this driver to new api {get|set}_link_ksettings. > > The previous implementation of set_settings was modifying > the value of advertising, but with the new API, it's not > po

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

2016-11-12 Thread Philippe Reynes
The ethtool api {get|set}_settings is deprecated. We move this driver to new api {get|set}_link_ksettings. The previous implementation of set_settings was modifying the value of advertising, but with the new API, it's not possible. The structure ethtool_link_ksettings is defined as const. Signed-