This commit is contained in:
Carl-Benedikt Krüger 2011-06-29 23:02:20 +02:00
parent c4ac63fa6a
commit 81f6288032

View file

@ -1182,6 +1182,8 @@ void mmnif_irqhandler()
mmnif = (mmnif_t*) mmnif_dev->state;
DEBUGPRINTF("mmnif_irqhandler(): hander called");
while (mmnif->rx_buff->queued)
mmnif_rx(mmnif_dev);
}