• Maciej Lipinski's avatar
    [HAL] fix bug when writing tx_calibration file. · b96b3c8d
    Maciej Lipinski authored
    The writing must be done by the first LPDC-supporting port after all
    the LPDC-supporting ports have been calibrated. Thus, this must be
    done in the new state HAL_PORT_TX_SETUP_STATE_WAIT_OTHER_PORTS and
    only the first port. Otherwise, we have problem when looping through
    all the supporting ports. In particular, the writing must be done for
    all LPDC-supporting ports, if we start looping on port N (by ++pointer),
    then we will not cover all ports, unless we loop up (++) and (--)
    down.
    b96b3c8d
Name
Last commit
Last update
binaries Loading commit data...
build Loading commit data...
configs Loading commit data...
doc Loading commit data...
hwinfo-sdb Loading commit data...
kernel Loading commit data...
patches Loading commit data...
robustness/coding Loading commit data...
scripts Loading commit data...
usb-loader Loading commit data...
userspace Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
Kconfig_port_timing.in Loading commit data...
Kconfig_sfp_fiber.in Loading commit data...
Kconfig_vlans.in Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
README Loading commit data...
gen_kconfig_port_timing.sh Loading commit data...
gen_kconfig_sfp_fiber.sh Loading commit data...