openwrt/target/linux/realtek
Jan Hoffmann 98a3b52380 realtek: remove store_mcgroups/load_mcgroups
The current implementation only works when store and load are called for
the same port without any other calls in between. This is because the
store function only saves a single port number instead of a portmask for
each group. It also doesn't take into account that the allocation of
multicast group entries might change between store/load calls.

As a result, the multicast port mask table gets corrupted. This also
includes the reserved entry for unknown multicast, which gets corrupted
even when no other mdb entries have been added.

Remove the code for storing/loading multicast groups entirely, as the
original commit message doesn't offer a convincing reason why this would
be necessary in the first place.

Fixes: 724e4af530 ("realtek: Store and Restore MC memberships for port enable/disable")
Signed-off-by: Jan Hoffmann <jan@3e8.eu>
2023-05-07 19:15:34 +02:00
..
base-files realtek: add support for TP-Link SG2210P 2022-09-13 09:22:26 +02:00
dts-5.10 realtek: hpe_1920-8g: add phy-handle for SFP ports 2023-04-30 21:59:26 +02:00
dts-5.15 realtek: hpe_1920-8g: add phy-handle for SFP ports 2023-04-30 21:59:26 +02:00
files/firmware/rtl838x_phy
files-5.10 realtek: remove store_mcgroups/load_mcgroups 2023-05-07 19:15:34 +02:00
files-5.15 realtek: remove store_mcgroups/load_mcgroups 2023-05-07 19:15:34 +02:00
image realtek: Fix typo for EnGenius EWS2910P 2023-04-07 11:22:37 +02:00
patches-5.10 realtek: adapt patch description to it's current use 2023-05-06 07:15:37 +02:00
patches-5.15 kernel: bump 5.15 to 5.15.108 2023-04-22 01:10:24 +02:00
profiles target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
rtl838x kernel: Deactivate CONFIG_LEGACY_PTYS 2023-04-29 21:56:53 +02:00
rtl839x kernel: Deactivate CONFIG_LEGACY_PTYS 2023-04-29 21:56:53 +02:00
rtl930x kernel: Deactivate CONFIG_LEGACY_PTYS 2023-04-29 21:56:53 +02:00
rtl931x kernel: Deactivate CONFIG_LEGACY_PTYS 2023-04-29 21:56:53 +02:00
Makefile realtek: switch to Kernel 5.15 by default 2023-03-14 18:47:00 +01:00