diff options
author | Stefan Eichenberger <eichest@gmail.com> | 2016-12-05 14:12:42 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-12-06 10:17:02 -0500 |
commit | 2bfcfcd3f3ea5d16d15e0382540683994a7a72a0 (patch) | |
tree | f9f6e78f4bc7e21cf104356ea668f9b1817137c0 /drivers/net/dsa | |
parent | 3f731d89e4071086b6d4764ef6ee80c1099c639d (diff) | |
download | linux-2bfcfcd3f3ea5d16d15e0382540683994a7a72a0.tar.bz2 |
net: dsa: mv88e6xxx: Use EDSA on mv88e6097
Use DSA_TAG_PROTO_EDSA as tag_protocol for the mv88e6097. The
initialisation was missing before.
Fixes: a1f482aa8c33 ("net: dsa: mv88e6xxx: Move the tagging protocol into info")
Signed-off-by: Stefan Eichenberger <stefan.eichenberger@netmodule.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa')
-rw-r--r-- | drivers/net/dsa/mv88e6xxx/chip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c index ca453f3243cd..7a6c58783914 100644 --- a/drivers/net/dsa/mv88e6xxx/chip.c +++ b/drivers/net/dsa/mv88e6xxx/chip.c @@ -3861,6 +3861,7 @@ static const struct mv88e6xxx_info mv88e6xxx_table[] = { .global1_addr = 0x1b, .age_time_coeff = 15000, .g1_irqs = 8, + .tag_protocol = DSA_TAG_PROTO_EDSA, .flags = MV88E6XXX_FLAGS_FAMILY_6097, .ops = &mv88e6097_ops, }, |