On Wed, Oct 07, 2020 at 12:53:51PM +0200, Johannes Berg wrote: > From: Johannes Berg <[email protected]> > > This accidentally got wired up to the *get* policy instead > of the *set* policy, causing operations to be rejected. Fix > it by wiring up the correct policy instead. > > Fixes: 5028588b62cb ("ethtool: wire up set policies to ops") > Reported-by: Leon Romanovsky <[email protected]> > Signed-off-by: Johannes Berg <[email protected]> > --- > net/ethtool/netlink.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >
Thanks, Tested-by: Leon Romanovsky <[email protected]>
