]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: mt7530: remove the .port_set_mrouter implementation
authorVladimir Oltean <vladimir.oltean@nxp.com>
Fri, 6 Aug 2021 00:20:07 +0000 (03:20 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Aug 2021 10:11:13 +0000 (11:11 +0100)
commitb14cbb9a3a757b4e43d5ecd73eae9fac009ca49f
treefa12e3d79bb2bf9edce8bf3d6ec112889d8482c1
parent53a9f8e7a25ebd0c0e7624039e9ce2393ddf1268
net: dsa: mt7530: remove the .port_set_mrouter implementation

DSA's idea of optimizing out multicast flooding to the CPU port leaves
quite a few holes open, so it should be reverted.

The mt7530 driver is the only new driver which added a .port_set_mrouter
implementation after the reorg from commit 065f6027d0dc ("net: dsa: act
as passthrough for bridge port flags"), so it needs to be reverted
separately so that the other revert commit can go a bit further down the
git history.

Fixes: 3b62e65eac35 ("net: dsa: mt7530: support MDB and bridge flag operations")
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mt7530.c