Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184114
b: refs/heads/master
c: e9449d8
h: refs/heads/master
v: v3
  • Loading branch information
Divy Le Ray authored and David S. Miller committed Feb 16, 2010
1 parent f4200f4 commit 9791867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 38a8fc0fcf86f131f8bddf3787f9dfa7325bd981
refs/heads/master: e9449d85c67127d6f9d01aad8963d567ab02cb96
3 changes: 2 additions & 1 deletion trunk/drivers/net/cxgb3/t3_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,8 @@ void t3_link_changed(struct adapter *adapter, int port_id)
lc->fc = fc;
}

t3_os_link_changed(adapter, port_id, link_ok, speed, duplex, fc);
t3_os_link_changed(adapter, port_id, link_ok && !pi->link_fault,
speed, duplex, fc);
}

void t3_link_fault(struct adapter *adapter, int port_id)
Expand Down

0 comments on commit 9791867

Please sign in to comment.