commit | 33162e9a0590f16e1b21be764caae517e2bb310c | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <olteanv@gmail.com> | Sun Apr 28 21:45:43 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 30 23:05:28 2019 -0400 |
tree | 92868bb5ede7bb5a76b650d19eab0f6e3bae915a | |
parent | 85478d73c911e3991c14c6d88b91b77455d2722d [diff] |
net: dsa: Store vlan_filtering as a property of dsa_port This allows drivers to query the VLAN setting imposed by the bridge driver directly from DSA, instead of keeping their own state based on the .port_vlan_filtering callback. Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>