mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-06-11 08:17:27 -04:00
Drop a register write sequence from the USXGMII setup for RTL931x in favor of using a function that is already present. From the name, the function initializes LEQ DFE. Though it's not yet clear what it exactly does, this is already better then having a sequence with no explanation somewhere in the code. Apparently, when this code was added, the function wasn't present but it's content was just added here as single usage. Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com> Link: https://github.com/openwrt/openwrt/pull/21858 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>