]> git.ipfire.org Git - thirdparty/openwrt.git/commit
kernel: fix rtl8261n driver for realtek 19081/head
authorAndrew LaMarche <andrewjlamarche@gmail.com>
Mon, 9 Jun 2025 18:49:28 +0000 (18:49 +0000)
committerRobert Marko <robimarko@gmail.com>
Wed, 9 Jul 2025 12:45:14 +0000 (14:45 +0200)
commitb77fa45d1278443d534919598c0301719fed2784
tree35fa990bc574caceb882a01872e77dcb28004625
parentd2f9846760b9dd97b35b7c6a0b6c40f1a2439845
kernel: fix rtl8261n driver for realtek

The RTL8261N driver does not work correctly on non-mediatek devices. Remove
some of the power controls for Realtek chips.

This assumes the network has been started by the bootloader already:
(rtk network on).

Co-authored-by: Sebastian Gottschall
- https://github.com/mirror/dd-wrt/commit/bf45143f03d40bf259d34bba2151aab46ee011f4
- https://github.com/mirror/dd-wrt/commit/2fb02a5745bb538124a7467b399930b5ca79e71d
- https://github.com/mirror/dd-wrt/commit/598a16a8d801869e09c033f8ca35534289d393cf
Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19081
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/generic/files/drivers/net/phy/rtl8261n/phy_patch.c
target/linux/generic/files/drivers/net/phy/rtl8261n/rtk_phy.c