]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: dsa: remove dsa_bridge_check_vlan_range
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Fri, 12 Feb 2016 17:09:41 +0000 (12:09 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Feb 2016 19:52:46 +0000 (14:52 -0500)
commit9d2dd736698e6f1dc176b9669b6390ddcd2063b1
treedb5810f5c2004eeeb231941e070031d1a28529ce
parentda9c359e19f0a72a386a0e83a098b6dae21aa3c3
net: dsa: remove dsa_bridge_check_vlan_range

DSA drivers may support multiple bridge groups with the same hardware
VLAN. The mv88e6xxx driver which cannot yet, already has its own check
for overlapping bridges. Thus remove the check from the DSA layer.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dsa/slave.c