realtek: rtl931x: Add missing rma_bpdu_fld_pmask
authorHarshal Gohel <[email protected]>
Mon, 14 Jul 2025 09:36:26 +0000 (11:36 +0200)
committerHauke Mehrtens <[email protected]>
Sun, 10 Aug 2025 12:35:40 +0000 (14:35 +0200)
commita4b8d80050e5abe9970e413d169bf955d4679c0d
tree65961092c45b3d7f3991c3f923efd5ba8afc4c8f
parent743f2cd731b1186c86b7d9451d2ef6b81fcc4571
realtek: rtl931x: Add missing rma_bpdu_fld_pmask

The .rma_bpdu_fld_pmask is not used anywhere in the code for RTL930x nor
RTL931x. But the RTL930x was still initializing this member. To avoid
problems in the future, simply initialize it also on RTL931x.

Signed-off-by: Harshal Gohel <[email protected]>
Signed-off-by: Sharadanand Karanjkar <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/19569
Signed-off-by: Hauke Mehrtens <[email protected]>
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl931x.c