Skip to content

Commit 5ebe31d

Browse files
lunndavem330
authored andcommitted
net: dsa: mv88e6xxx: Have 6161/6123 use EDSA tags
The mv88e6161 and mv88e6123 are capable of using EDSA tags when passing frames from the host to the switch and back. Signed-off-by: Andrew Lunn <[email protected]> Reviewed-by: Vivien Didelot <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 57d8818 commit 5ebe31d

File tree

1 file changed

+2
-2
lines changed
  • drivers/net/dsa/mv88e6xxx

1 file changed

+2
-2
lines changed

drivers/net/dsa/mv88e6xxx/chip.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3246,7 +3246,7 @@ static const struct mv88e6xxx_info mv88e6xxx_table[] = {
32463246
.g1_irqs = 9,
32473247
.atu_move_port_mask = 0xf,
32483248
.pvt = true,
3249-
.tag_protocol = DSA_TAG_PROTO_DSA,
3249+
.tag_protocol = DSA_TAG_PROTO_EDSA,
32503250
.flags = MV88E6XXX_FLAGS_FAMILY_6165,
32513251
.ops = &mv88e6123_ops,
32523252
},
@@ -3298,7 +3298,7 @@ static const struct mv88e6xxx_info mv88e6xxx_table[] = {
32983298
.g1_irqs = 9,
32993299
.atu_move_port_mask = 0xf,
33003300
.pvt = true,
3301-
.tag_protocol = DSA_TAG_PROTO_DSA,
3301+
.tag_protocol = DSA_TAG_PROTO_EDSA,
33023302
.flags = MV88E6XXX_FLAGS_FAMILY_6165,
33033303
.ops = &mv88e6161_ops,
33043304
},

0 commit comments

Comments
 (0)