...
This commit is contained in:
parent
d8adb167ab
commit
1b80f83fdc
1 changed files with 2 additions and 2 deletions
|
@ -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(500000);
|
||||
udelay(50000);
|
||||
|
||||
/* like above ensure we are the only ones editing the hdr */
|
||||
mmnif_lock_rx_hdr(dest_ip);
|
||||
|
@ -1160,7 +1160,7 @@ int mmnif_poll(void* e)
|
|||
*/
|
||||
}
|
||||
mmnif->stats.pll_empty--;
|
||||
udelay(300000);
|
||||
udelay(30000);
|
||||
mmnif_rx(mmnif_dev);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue