This commit is contained in:
root 2011-06-20 18:38:48 +02:00
parent b907b89d30
commit e8f5292bdb

View file

@ -1090,6 +1090,8 @@ static int mmnif_wait(struct netif* netif, uint32_t poll, int budget)
*/
int mmnif_worker(void* e)
{
DEBUGPRINTF("Waiting for work to do!!!\n");
while (active)
mmnif_wait(mmnif_dev,0,MMNIF_WORKER_BUDGET);