Merge branch 'bridge-m,cast-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Tue, 16 Mar 2021 18:57:57 +0000 (11:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Mar 2021 18:57:57 +0000 (11:57 -0700)
Nikolay Aleksandrov says:

====================
net: bridge: mcast: simplify allow/block EHT code

The set does two minor cleanups of the EHT allow/block handling code:
patch 01 removes code which is unreachable (it was used in initial EHT
versions, but isn't anymore) and prepares the allow/block functions to be
factored out. Patch 02 factors out common allow/block handling code.
There are no functional changes.

v2: send patch 02 and the proper version of both patches
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge