realtek: dsa: Drop unused traffic_get helpers
authorSven Eckelmann <se@simonwunderlich.de>
Thu, 9 Oct 2025 13:01:06 +0000 (15:01 +0200)
committerRobert Marko <robimarko@gmail.com>
Sun, 12 Oct 2025 10:49:49 +0000 (12:49 +0200)
commit9b4e1a412eb255ef069505757b7e6e796d3f8366
tree62560ca768f50b9bc068ab662db18252d435659d
parent77ce3f1a728cc6f1338d898beaca52a7d9bf3031
realtek: dsa: Drop unused traffic_get helpers

The realtek driver is now in full control of the port matrix. It doesn't
need to rely on the current state of the HW to adjust it. The new port
matrix is calculated automatically using rtldsa_update_port_member() and
then written to the registers/tables.

Signed-off-by: Sven Eckelmann <se@simonwunderlich.de>
Link: https://github.com/openwrt/openwrt/pull/20360
Signed-off-by: Robert Marko <robimarko@gmail.com>
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