realtek: 6.12: align internal/external mac eee function names
authorMarkus Stockhausen <[email protected]>
Thu, 29 May 2025 18:04:37 +0000 (14:04 -0400)
committerRobert Marko <[email protected]>
Wed, 11 Jun 2025 20:27:22 +0000 (22:27 +0200)
commit22beb4fbc4a923dd84b79bb29631f0c486319d55
tree0f177fe1dabe6b5a0b2b6b6dfa2f7c67ee950a6c
parentd7f51c1917b549a2dfc067577fc8b46a8bac868a
realtek: 6.12: align internal/external mac eee function names

The DSA driver uses set_mac_eee() for the outside API while
the interal helper is called port_eee_set(). Align that.
Additionally do not call the internal helpers directly by
the function names but use the register assignments.

Signed-off-by: Markus Stockhausen <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/18935
Signed-off-by: Robert Marko <[email protected]>
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