summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPekka Enberg <penberg@kernel.org>2010-09-19 10:04:21 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-21 17:46:04 (GMT)
commit0fe212f7e3347c7d146258c9bc893bfd118df71e (patch)
treec4052c8069ffdc1fad1a74f5eaa619c45852a897
parent11c9a55d08d3d79c7a690312966567f70758886a (diff)
downloadlinux-fsl-qoriq-0fe212f7e3347c7d146258c9bc893bfd118df71e.tar.xz
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>
-rw-r--r--drivers/staging/winbond/TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/winbond/TODO b/drivers/staging/winbond/TODO
index 43bee56..b4c592a 100644
--- a/drivers/staging/winbond/TODO
+++ b/drivers/staging/winbond/TODO
@@ -6,6 +6,7 @@ TODO:
- remove unused ioctls
- use cfg80211 for regulatory stuff
- fix 4k stack problems
+ - fix locking problems (it's done using atomics...)
Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
Pavel Machek <pavel@ucw.cz>