+33
−16
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
usbnet driver uses tasklet as bottom half handler. Since tasklet
runs in interrupt context in case of high throughput driver is
spending more time in interrupt context to process rx buffers
this is causing watch dog reset. Hence replace the tasklet with
workqueue to avoid watchdog reset.
Change-Id: I8eac339e37d734dbaaf7a2e874d3974f562e8680
Signed-off-by:
Azhar Shaikh <azhars@codeaurora.org>