This commit is contained in:
Carl-Benedikt Krüger 2011-06-29 01:06:55 +02:00
parent 986dca6c0d
commit 18b5385e11

View file

@ -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);
sleep(1);
udelay(300000);
/* 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--;
sleep(1);
udelay(300000);
mmnif_rx(mmnif_dev);
}