Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75b895c1 authored by Scott Talbert's avatar Scott Talbert Committed by David S. Miller
Browse files

[ATM]: [lec] reset retry counter when new arp issued



From: Scott Talbert <scott.talbert@lmco.com>
Signed-off-by: default avatarChas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4a7097fc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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