• Divy Le Ray's avatar
    cxgb3: fix link flap · e9449d85
    Divy Le Ray authored
    The driver is expected to report that the link is up
    when the phy Rx signal is established and the mac
    has not detected a link fault.
    The code is however broken, the driver does not check the link fault
    status when the phy link status changes.
    The link fault status being checked within a short period of time,
    it leads to link up/link down events.
    Signed-off-by: default avatarDivy Le Ray <divy@chelsio.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    e9449d85
t3_hw.c 118 KB