commit | e3ee07d14fac20ce12e93a72048fa6fd51348826 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <olteanv@gmail.com> | Sun Apr 28 21:45:47 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 30 23:05:28 2019 -0400 |
tree | 496894544e4d14a56519a5d351d04819d6637308 | |
parent | d371b7c92d190448f3ccbf082c90bf929285f648 [diff] |
net: dsa: mt7530: Let DSA handle the unsetting of vlan_filtering The driver, recognizing that the .port_vlan_filtering callback was never coming after the port left its parent bridge, decided to take that duty in its own hands. DSA now takes care of this condition, so fix that. Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>