Skip to content
Commit 9e77d7a5 authored by Tobias Jakobi's avatar Tobias Jakobi Committed by David S. Miller
Browse files

net: realtek: r8169: implement set_link_ksettings()

Commit 6fa1ba61

 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: default avatarTobias Jakobi <tjakobi@math.uni-bielefeld.de>
Tested-by: default avatarHolger Hoffstätte <holger@applied-asynchrony.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 98d11291
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment