Skip to content

Commit 4026f88

Browse files
jonasjelonekrobimarko
authored andcommitted
realtek: pcs: rtl931x: don't mess with autoneg
Part of the configuration sequence for 1G operation can be identified as setting autonegotiation to enabled for that mode. Starting from a previous commit, this is being handled properly in the set_autoneg implementation. Thus, remove that part from the sequence which doesn't make sense there anymore and might just cause problems. Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com> Link: openwrt/openwrt#22013 Signed-off-by: Robert Marko <robimarko@gmail.com>
1 parent 0f4dc19 commit 4026f88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

target/linux/realtek/files-6.12/drivers/net/pcs/pcs-rtl-otto.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3630,7 +3630,6 @@ static int rtpcs_931x_sds_config_fiber_1g(struct rtpcs_serdes *sds)
36303630
{
36313631
rtpcs_sds_write_bits(sds, 0x43, 0x12, 15, 14, 0x0);
36323632

3633-
rtpcs_sds_write_bits(sds, 0x42, 0x0, 12, 12, 0x1);
36343633
rtpcs_sds_write_bits(sds, 0x42, 0x0, 6, 6, 0x1);
36353634
rtpcs_sds_write_bits(sds, 0x42, 0x0, 13, 13, 0x0);
36363635

0 commit comments

Comments
 (0)