]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: wilc1000: update TODO list
authorArnd Bergmann <arnd@arndb.de>
Mon, 1 Jun 2015 19:20:11 +0000 (21:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Jun 2015 04:55:40 +0000 (13:55 +0900)
I have crossed off one item on the list, but found a few others that should
not get lost, so here is an update of the wilc1000 list

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/TODO

index 5dfeb3eda5991615fa7b0ee0f3a77dc8c49faf2c..95199d80a3e49d56ff61612fc1b3cae5c433d8b8 100644 (file)
@@ -3,6 +3,12 @@ TODO:
 - remove OS wrapper functions
 - remove custom debug and tracing functions
 - rework comments and function headers(also coding style)
-- remove build warnings
+- replace all semaphores with mutexes or completions
+- make spi and sdio components coexist in one build
+- turn compile-time platform configuration (BEAGLE_BOARD,
+  PANDA_BOARD, PLAT_WMS8304, PLAT_RKXXXX, CUSTOMER_PLATFORM, ...)
+  into run-time options that are read from DT
 - support soft-ap and p2p mode
 - support resume/suspend function
+- replace SIOCDEVPRIVATE commands with generic API functions
+- use wext-core handling instead of private SIOCSIWPRIV implementation