Re: [net-next PATCH] net: dsa: rtl8366: Skip PVID setting if not requested

2020-09-20 Thread David Miller
From: Linus Walleij Date: Sat, 19 Sep 2020 00:29:54 +0200 > We go to lengths to determine whether the PVID should be set > for this port or not, and then fail to take it into account. > Fix this oversight. > > Fixes: d8652956cf37 ("net: dsa: realtek-smi: Add Realtek SMI driver") > Signed-off-by:

[net-next PATCH] net: dsa: rtl8366: Skip PVID setting if not requested

2020-09-18 Thread Linus Walleij
We go to lengths to determine whether the PVID should be set for this port or not, and then fail to take it into account. Fix this oversight. Fixes: d8652956cf37 ("net: dsa: realtek-smi: Add Realtek SMI driver") Signed-off-by: Linus Walleij --- drivers/net/dsa/rtl8366.c | 3 +++ 1 file changed,