]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: eth: remove fixed dsa coupling
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Fri, 20 Feb 2026 19:48:54 +0000 (20:48 +0100)
committerRobert Marko <robimarko@gmail.com>
Mon, 23 Feb 2026 21:03:02 +0000 (22:03 +0100)
commitf45cfd1f4310db0240f9ba7b1c30fd227a45b859
tree3184051c8455d001308f6b683a6360f0bc0c2119
parentc6bbdb64897ef3847d42c23d24468593ba6f460a
realtek: eth: remove fixed dsa coupling

The ethernet driver has a hard link to the dsa driver. Especially
the setup_tc() function must be available when the driver loads.
Decouple it by using a dsa callback recipe.

Suggested-by: Balázs Triszka <info@balika011.hu>
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/22121
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/files-6.12/drivers/net/ethernet/rtl838x_eth.c