Files
linux/drivers/net
Tobias Jakobi c7203f55d5 net: realtek: r8169: implement set_link_ksettings()
[ Upstream commit 9e77d7a554 ]

Commit 6fa1ba6152 partially
implemented the new ethtool API, by replacing get_settings()
with get_link_ksettings(). This breaks ethtool, since the
userspace tool (according to the new API specs) never tries
the legacy set() call, when the new get() call succeeds.

All attempts to chance some setting from userspace result in:
> Cannot set new settings: Operation not supported

Implement the missing set() call.

Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Tested-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-12-17 15:07:55 +01:00
..
2017-12-14 09:53:11 +01:00
2017-08-24 09:57:28 +02:00
2017-11-01 20:52:36 +09:00
2017-11-01 20:52:36 +09:00
2017-11-02 16:20:53 +09:00