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)
commit77f0cae15a39f0263f74fa805d25bba6aff97dac
tree5056e1dd6420ad0f3381c7bcd73af225afc9037d
parent5a30833b9a16f8d1aa15de06636f9317ca51f9df
parente09cf582059ef4c1e5c496d6494fe4e26482530f
Merge branch 'bridge-m,cast-cleanups'

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>