mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-07 15:04:39 +08:00
etharp_output_sent no longer exists
This commit is contained in:
parent
2bba9bcd9f
commit
02a6a8a809
@ -262,7 +262,6 @@ tapif_output(struct netif *netif, struct pbuf *p,
|
|||||||
p = etharp_output(netif, ipaddr, p);
|
p = etharp_output(netif, ipaddr, p);
|
||||||
if(p != NULL) {
|
if(p != NULL) {
|
||||||
low_level_output(netif, p);
|
low_level_output(netif, p);
|
||||||
etharp_output_sent(p);
|
|
||||||
p = NULL;
|
p = NULL;
|
||||||
}
|
}
|
||||||
return ERR_OK;
|
return ERR_OK;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user