]> git.ipfire.org Git - thirdparty/linux.git/commit
net: dsa: lantiq_gswip: remove vlan_aware and pvid arguments from gswip_vlan_remove()
authorVladimir Oltean <vladimir.oltean@nxp.com>
Wed, 15 Oct 2025 22:33:33 +0000 (23:33 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sat, 18 Oct 2025 00:54:59 +0000 (17:54 -0700)
commit7ed1965f10100a0928e8d88b205273240d597d95
tree4370ea17f8864995490e101da0757a04ca5c4910
parent96a91e6eeb4d7881454071ecd1443f025cc21c3b
net: dsa: lantiq_gswip: remove vlan_aware and pvid arguments from gswip_vlan_remove()

"bool pvid" is unused since commit "net: dsa: lantiq_gswip: remove
legacy configure_vlan_while_not_filtering option".

"bool vlan_aware" shouldn't have a role in finding the bridge VLAN.
It should be identified by VID regardless of VLAN-aware or VLAN-unaware.
The driver sets up VID 0 for the VLAN-unaware PVID.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Link: https://patch.msgid.link/c63f89ca19269ef6c8bf00a62cacc739164b4441.1760566491.git.daniel@makrotopia.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/dsa/lantiq/lantiq_gswip.c