This commit is contained in:
Carl-Benedikt Krüger 2011-06-29 01:22:01 +02:00
parent 0f8f8ac1a9
commit cd45fe8d82

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);
udelay(50000);
// udelay(50000);
/* like above ensure we are the only ones editing the hdr */
mmnif_lock_rx_hdr(dest_ip);