[RESEND PATCH] net: realtek: r8169: implement set_link_ksettings()

2017-11-21 Thread Tobias Jakobi
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 <tjak...@math.uni-bielefeld.de> --- drivers/net/ethernet/realtek/r8169.c | 38 +--

Re: [RFC PATCH] net: realtek: r8169: implement set_link_ksettings()

2017-10-21 Thread Tobias Jakobi
Any comment on this one? I have been using this in my tree since submission. No issues to far. I guess I could also put a Fixes-tag? - Tobias Tobias Jakobi wrote: > Commit 6fa1ba61520576cf1346c4ff09a056f2950cb3bf partially > implemented the new ethtool API, by replacing get_se

[RFC PATCH] net: realtek: r8169: implement set_link_ksettings()

2017-10-13 Thread Tobias Jakobi
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 <tjak...@math.uni-bielefeld.de> --- drivers/net/ethernet/realtek/r8169.c | 40 +--