Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85624
b: refs/heads/master
c: 4eb61e0
h: refs/heads/master
v: v3
  • Loading branch information
Steve Wise authored and Jeff Garzik committed Feb 11, 2008
1 parent 0532107 commit 94481a7
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6585b4a71f523485ecf33e7f4569be4095d63699
refs/heads/master: 4eb61e0231be536d8116457b67b3e447bbd510dc
2 changes: 1 addition & 1 deletion trunk/drivers/net/cxgb3/l2t.c
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ void t3_l2t_update(struct t3cdev *dev, struct neighbour *neigh)
if (neigh->nud_state & NUD_FAILED) {
arpq = e->arpq_head;
e->arpq_head = e->arpq_tail = NULL;
} else if (neigh_is_connected(neigh))
} else if (neigh->nud_state & (NUD_CONNECTED|NUD_STALE))
setup_l2e_send_pending(dev, NULL, e);
} else {
e->state = neigh_is_connected(neigh) ?
Expand Down

0 comments on commit 94481a7

Please sign in to comment.