diff --git a/drivers/net/mmnif.c b/drivers/net/mmnif.c index 76f07ff1..c71cb05a 100644 --- a/drivers/net/mmnif.c +++ b/drivers/net/mmnif.c @@ -1161,7 +1161,7 @@ int mmnif_poll(void* e) mmnif->stats.pll_empty--; // udelay(30000); mmnif_rx(mmnif_dev); - mmnif_wait(mmnif_dev,0,MMNIF_WORKER_BUDGET); +// mmnif_wait(mmnif_dev,0,MMNIF_WORKER_BUDGET); } return NULL; @@ -1250,7 +1250,7 @@ int mmnif_open() /* Start the device worker thread wich actually processes the incoming * packet's this is not done in the "interrupt handler" to shorten them up */ -// mmnif_worker_schedule(); + mmnif_worker_schedule(); #ifdef DEBUG_MMNIF DEBUGPRINTF("mmnif_dev is open\n");