net/devif/devif_callback.c: This commit reverts the core of commit cf9f2c56cb00f0e879eed9c95bff824ba1499656 pending further investigation. Valmantas Palikša reports that this change cause timeout errors during pinging.

This commit is contained in:
Gregory Nutt 2019-11-25 07:34:41 -06:00
parent c5a7da5b7a
commit f1ffb300da

View File

@ -194,7 +194,7 @@ static bool devif_event_trigger(uint16_t events, uint16_t triggers)
if ((events & DEVPOLL_MASK) == (triggers & DEVPOLL_MASK))
{
return (triggers & DEVPOLL_MASK) != 0;
return true;
}
/* No.. this event set will not generate the callback */