]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: dsa: Fix rate control initialization
authorSven Eckelmann <se@simonwunderlich.de>
Tue, 4 Nov 2025 11:14:58 +0000 (12:14 +0100)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Thu, 6 Nov 2025 09:31:55 +0000 (10:31 +0100)
commit78bf3a5f44bf8219a8e0e4c982ccb7624d967f83
tree74ce94b262be4e33f244d6751d61e5ef5f0d0ae5
parent2703bdda0252cdf6a39635347eb8c22985b2a320
realtek: dsa: Fix rate control initialization

The rtl838x_rate_control_init() and rtl839x_rate_control_init() functions
were never called because the rtl83xx_setup_qos() always returned after the
QoS configuration

Fixes: dc9cc0d3e2a1 ("realtek: add QoS and rate control")
Signed-off-by: Sven Eckelmann <se@simonwunderlich.de>
Link: https://github.com/openwrt/openwrt/pull/20637
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/qos.c