On Fri, Sep 04, 2015 at 11:22:24AM -0400, Vivien Didelot wrote: > The Marvell 88E6171 switch is in the 88E6351 family, which supports > 802.1Q, thus add support from the generic mv88e6xxx functions. > > Signed-off-by: Vivien Didelot <vivien.dide...@savoirfairelinux.com>
Reviewed-by: Andrew Lunn <and...@lunn.ch> Thanks Andrew > --- > drivers/net/dsa/mv88e6171.c | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/drivers/net/dsa/mv88e6171.c b/drivers/net/dsa/mv88e6171.c > index d54b740..c2daaf0 100644 > --- a/drivers/net/dsa/mv88e6171.c > +++ b/drivers/net/dsa/mv88e6171.c > @@ -117,6 +117,11 @@ struct dsa_switch_driver mv88e6171_switch_driver = { > .port_join_bridge = mv88e6xxx_join_bridge, > .port_leave_bridge = mv88e6xxx_leave_bridge, > .port_stp_update = mv88e6xxx_port_stp_update, > + .port_pvid_get = mv88e6xxx_port_pvid_get, > + .port_pvid_set = mv88e6xxx_port_pvid_set, > + .port_vlan_add = mv88e6xxx_port_vlan_add, > + .port_vlan_del = mv88e6xxx_port_vlan_del, > + .vlan_getnext = mv88e6xxx_vlan_getnext, > .port_fdb_add = mv88e6xxx_port_fdb_add, > .port_fdb_del = mv88e6xxx_port_fdb_del, > .port_fdb_getnext = mv88e6xxx_port_fdb_getnext, > -- > 2.5.1 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/