]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: dsa: drop legacy table commands 23037/head
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Tue, 21 Apr 2026 17:36:07 +0000 (19:36 +0200)
committerRobert Marko <robimarko@gmail.com>
Wed, 22 Apr 2026 14:59:29 +0000 (16:59 +0200)
commit6ce041be4bb6fc404e6e815c9bec3e16be848abf
tree14cd214ce2c3d5b3939359849bd441a342d42f4b
parent1212db4d3f7911a603f4b5b18a827c35bff8db5a
realtek: dsa: drop legacy table commands

All consumers of legacy table commands have been refactored and
use the rtl_table helpers. Drop unused code.

rtl839x_exec_tbl2_cmd() cannot be dropped as it is still used
in the qos code. Keep it for now.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/23037
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/files-6.18/drivers/net/dsa/rtl83xx/rtl-otto.h
target/linux/realtek/files-6.18/drivers/net/dsa/rtl83xx/rtl838x.c
target/linux/realtek/files-6.18/drivers/net/dsa/rtl83xx/rtl839x.c
target/linux/realtek/files-6.18/drivers/net/dsa/rtl83xx/rtl930x.c
target/linux/realtek/files-6.18/drivers/net/dsa/rtl83xx/rtl931x.c