• Adam Wujek's avatar
    wr_nic: unify not runing the timer on SPEC · d195f1d7
    Adam Wujek authored
    Removed if statement for SPEC is never reached due to return
    in if(WR_IS_NODE) block.
    
    Remove commit from spec-sw repo:
    75780989
    kernel/wr_nic/endpoint.c: don't run the timer
    
    In the switch we used to have a timer to check for link status, but
    in the SPEC card the internal lm32 does that, and access to the phy
    is not atomic. Assume the link is always on until we'll get notification
    from lm32 to the host.
    Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
    d195f1d7
endpoint.c 9.3 KB