]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: eth: convert hw_en_rxtx() to new prefix
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Sat, 14 Mar 2026 17:08:42 +0000 (18:08 +0100)
committerRobert Marko <robimarko@gmail.com>
Wed, 25 Mar 2026 09:26:44 +0000 (10:26 +0100)
commita090dd7fba9724b657b780fd7bd12740f280ba72
treed0a1b02ba406a7361fd9e3499ccc209c88706508
parent483759419a316ae421065326516567c11696d134
realtek: eth: convert hw_en_rxtx() to new prefix

The hw_en_rxtx() functions still use the old prefix. Rename
them to align with the rest of the code. This refactoring
makes clear that there is a bug in rteth_tx_timeout(). A
generic function should not call a device specific function
directly. The bug will be fixed separately.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/22421
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/files-6.12/drivers/net/ethernet/rtl838x_eth.c