net: dsa: b53: Let DSA handle mismatched VLAN filtering settings
authorVladimir Oltean <olteanv@gmail.com>
Sun, 28 Apr 2019 18:45:45 +0000 (21:45 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 May 2019 03:05:28 +0000 (23:05 -0400)
commit7228b23e68f79d96141976924983296600dc1346
tree3548bdce9dbd03239d49b42b4cc23dc030c72364
parent8f5d16f638b9a1adf544a7f8cfd11ac1c01c6e25
net: dsa: b53: Let DSA handle mismatched VLAN filtering settings

The DSA core is now able to do this check prior to calling the
.port_vlan_filtering callback, so tell it that VLAN filtering is global
for this particular hardware.

Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
Suggested-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/b53/b53_common.c