genode/repos/dde_linux/src
Josef Söntgen 040eae4806 wifi_drv: fix tasklet_schedule
The tasklet_schedule implementation was missing the unblock call, which
was no problem in the past because the correspending task would get un-
blocked by other work items. Now that every workqueue has its own task,
there is nobody left to unblock the task and thereby execute the
tasklet. As a tasklet is the only way to transmit any pending frames
after transmission was temporarily suspended - because the device/fw
was not able to process the TX request - this rendered 6xxx devices
unusable whenever this situation occurred.

Fixes #2973.
2018-09-13 15:21:13 +02:00
..
drivers dde_linux: support of GSIs in new usb_host_drv 2018-09-13 15:21:11 +02:00
include dde_linux lx_emul wait: get rid of unused args 2018-09-13 15:21:11 +02:00
lib wifi_drv: fix tasklet_schedule 2018-09-13 15:21:13 +02:00
lx_kit lx_kit: adjust to 4.16.3 2018-08-08 13:33:37 +02:00
server/usb_terminal terminal session: propagate resize events 2018-02-14 20:41:03 +01:00
test dde_linux: update intel_fb to 4.16.3 2018-08-28 16:18:33 +02:00