]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: dsa: rename tagged_ports to member_ports 19684/head
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Tue, 5 Aug 2025 18:02:26 +0000 (14:02 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 8 Aug 2025 16:04:57 +0000 (18:04 +0200)
commit5f06b8ebbc4cf98dfa15708444460c3dc94cfdcb
tree6f61f374fdf0d7a3b0eff87245f0f35541904067
parentf6603de71de4d48d79fbb33b07b59bb5aaa233f5
realtek: dsa: rename tagged_ports to member_ports

The current variables tagged_ports and untagged_ports suggest that
these are distinct and describe only the ports in each of these
configuration types.

That is wrong. The hardware is configured via member ports and
untagged ports. The first one being a superset of the second.
Rename the variables to reflect that.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/19684
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/dsa.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl838x.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl838x.h
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl839x.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl930x.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl931x.c