Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: w35und: Add locking problems to TODO list

The w35und uses atomics such as "ThreadCount" and "FireCount" to emulate
locking in the TX paths, for example. Document this bug in the TODO list.

Cc: Lars Lindley <lindley@coyote.org>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: Ruslan Pisarev <ruslan@rpisarev.org.ua>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Pekka Enberg and committed by
Greg Kroah-Hartman
0fe212f7 11c9a55d

+1
+1
drivers/staging/winbond/TODO
··· 6 6 - remove unused ioctls 7 7 - use cfg80211 for regulatory stuff 8 8 - fix 4k stack problems 9 + - fix locking problems (it's done using atomics...) 9 10 10 11 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and 11 12 Pavel Machek <pavel@ucw.cz>