From 0fe212f7e3347c7d146258c9bc893bfd118df71e Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Sun, 19 Sep 2010 13:04:21 +0300 Subject: [PATCH] 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 Cc: Pavel Machek Cc: Ruslan Pisarev Signed-off-by: Pekka Enberg Signed-off-by: Greg Kroah-Hartman --- drivers/staging/winbond/TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/winbond/TODO b/drivers/staging/winbond/TODO index 43bee56a7df6..b4c592a96844 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 and Pavel Machek