Searched hist:"64 a81b24487f0d2fba0f033029eec2abc7d82cee" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/dsa/b53/ |
H A D | b53_common.c | diff 64a81b24487f0d2fba0f033029eec2abc7d82cee Mon Jun 21 17:10:55 CDT 2021 Florian Fainelli <f.fainelli@gmail.com> net: dsa: b53: Create default VLAN entry explicitly
In case CONFIG_VLAN_8021Q is not set, there will be no call down to the b53 driver to ensure that the default PVID VLAN entry will be configured with the appropriate untagged attribute towards the CPU port. We were implicitly relying on dsa_slave_vlan_rx_add_vid() to do that for us, instead make it explicit.
Reported-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|