mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
net: dsa: tag_8021q: rename dsa_8021q_bridge_tx_fwd_offload_vid
The dsa_8021q_bridge_tx_fwd_offload_vid is no longer used just for bridge TX forwarding offload, it is the private VLAN reserved for VLAN-unaware bridging in a way that is compatible with FDB isolation. So just rename it dsa_tag_8021q_bridge_vid. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
04b67e18ce
commit
b6362bdf75
@@ -47,7 +47,7 @@ void dsa_8021q_rcv(struct sk_buff *skb, int *source_port, int *switch_id,
|
||||
struct net_device *dsa_tag_8021q_find_port_by_vbid(struct net_device *master,
|
||||
int vbid);
|
||||
|
||||
u16 dsa_8021q_bridge_tx_fwd_offload_vid(unsigned int bridge_num);
|
||||
u16 dsa_tag_8021q_bridge_vid(unsigned int bridge_num);
|
||||
|
||||
u16 dsa_tag_8021q_standalone_vid(const struct dsa_port *dp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user