mbox series

[net-next,0/2,v2] RTL8366 VLAN callback fixes

Message ID 20200726233440.374390-1-linus.walleij@linaro.org
Headers show
Series RTL8366 VLAN callback fixes | expand

Message

Linus Walleij July 26, 2020, 11:34 p.m. UTC
While we are pondering how to make the core set up the VLANs
the right way, let's merge the uncontroversial fixes.

Linus Walleij (2):
  net: dsa: rtl8366: Fix VLAN semantics
  net: dsa: rtl8366: Fix VLAN set-up

 drivers/net/dsa/rtl8366.c | 35 ++++++++++++++++++++++++-----------
 1 file changed, 24 insertions(+), 11 deletions(-)

-- 
2.26.2

Comments

David Miller July 29, 2020, 12:44 a.m. UTC | #1
From: Linus Walleij <linus.walleij@linaro.org>

Date: Mon, 27 Jul 2020 01:34:38 +0200

> While we are pondering how to make the core set up the VLANs

> the right way, let's merge the uncontroversial fixes.


Series applied, thanks.