Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9481
b: refs/heads/master
c: 75b895c
h: refs/heads/master
i:
  9479: aea9be6
v: v3
  • Loading branch information
Scott Talbert authored and David S. Miller committed Sep 30, 2005
1 parent b1d38ac commit 8b391b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4a7097fcc431ab2ccf509d8342831873138c814a
refs/heads/master: 75b895c15b3ea2a3cd5c8e8f3c62e4598ef4d2ba
6 changes: 6 additions & 0 deletions trunk/net/atm/lec.c
Original file line number Diff line number Diff line change
Expand Up @@ -2021,6 +2021,12 @@ lec_arp_resolve(struct lec_priv *priv, unsigned char *mac_to_find,
found = entry->vcc;
goto out;
}
/* If the LE_ARP cache entry is still pending, reset count to 0
* so another LE_ARP request can be made for this frame.
*/
if (entry->status == ESI_ARP_PENDING) {
entry->no_tries = 0;
}
/* Data direct VC not yet set up, check to see if the unknown
frame count is greater than the limit. If the limit has
not been reached, allow the caller to send packet to
Expand Down

0 comments on commit 8b391b1

Please sign in to comment.