Hi Andrew,
Andrew Lunn writes:
>> @@ -55,6 +58,7 @@ static const struct mv88e6xxx_info mv88e6131_table[] = {
>> .num_databases = 256,
>> .num_ports = 10,
>> .flags = MV88E6XXX_FLAG_ATU |
>> +MV88E6XXX_FLAG_CORE_TAG_TYPE |
>>
On Thu, May 05, 2016 at 06:40:58PM -0400, Vivien Didelot wrote:
> Only the 6131 driver was setting the VLAN Ethertype to 0x8100. Set it to
> all models.
>
> Signed-off-by: Vivien Didelot
> ---
> drivers/net/dsa/mv88e6131.c | 9 -
> drivers/net/dsa/mv88e6xxx.c | 8
> drivers/net/
Only the 6131 driver was setting the VLAN Ethertype to 0x8100. Set it to
all models.
Signed-off-by: Vivien Didelot
---
drivers/net/dsa/mv88e6131.c | 9 -
drivers/net/dsa/mv88e6xxx.c | 8
drivers/net/dsa/mv88e6xxx.h | 7 +++
3 files changed, 19 insertions(+), 5 deletions(-)