The mode configuration calls LEQ/DFE reset and RX reset before doing USXGMII configuration. Though the SDK does that similar, these calls are actually unneeded because essentially the same is executed later again in the attachment configuration. This is also the place where it rather belongs. Thus, drop those calls in mode configuration. Link: https://github.com/openwrt/openwrt/pull/24310 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>