diff --git a/drivers/net/mmnif.c b/drivers/net/mmnif.c index aa40f237..8fb1ab2f 100644 --- a/drivers/net/mmnif.c +++ b/drivers/net/mmnif.c @@ -755,7 +755,7 @@ err_t mmnif_tx(struct netif* netif, struct pbuf* p) else mmnif_write_rx_buffl(dest_ip, pos, p->payload,p->tot_len); - udelay(300000); + udelay(500000); /* like above ensure we are the only ones editing the hdr */ mmnif_lock_rx_hdr(dest_ip);