]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: pcs: add missing SerDes modes
authorJonas Jelonek <jelonek.jonas@gmail.com>
Wed, 24 Dec 2025 10:36:03 +0000 (10:36 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 3 Jan 2026 15:59:48 +0000 (16:59 +0100)
commitdfd6a4212f30cabe4eb50620391251db0579582c
tree5078c6174b8801455084c0ab46dac904c26d31ac
parent93e9e67ee9647355c21209e8aa217d941fd812b0
realtek: pcs: add missing SerDes modes

100Base-X mode was missing before in the enum rtpcs_sds_mode. So add it
to be able to support this mode too. Handle this mode in the
_determine_hw_mode mapper.

10G_QXGMII mode was missing in the mode mapper. Add it and map it to
USXGMII_10GQXGMII mode.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21365
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/realtek/files-6.12/drivers/net/pcs/pcs-rtl-otto.c