genode/repos/dde_linux/src/lib
Josef Söntgen 4c7a5bb388 wifi_drv: call schedule() in sleep functions
The jiffies are only updated on each round of scheduling the runnable
tasks. We have to schedule the current task that executes the sleep
call to update the jiffies count and thereby preventing the task from
entering an endless loop when using a statement like
'while (!time_after(jiffies, now + timeout)) { msleep(1); }'.

Related to #1326.
2014-12-16 15:08:07 +01:00
..
libc_lxip Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
libnl wifi_drv: Port of the Linux wireless stack 2014-11-28 12:02:36 +01:00
lxip lxip: signal NETDEV_TX_BUSY if tx queue is full 2014-11-28 12:02:38 +01:00
usb dde_linux: fix bug in find_next_zero_bit_le 2014-11-20 16:39:16 +01:00
wifi wifi_drv: call schedule() in sleep functions 2014-12-16 15:08:07 +01:00
wpa_driver_nl80211 wifi_drv: Port of the Linux wireless stack 2014-11-28 12:02:36 +01:00
wpa_supplicant wifi_drv: Port of the Linux wireless stack 2014-11-28 12:02:36 +01:00