summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/TODO
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-06-01 21:20:11 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-02 13:55:40 +0900
commit0b85618f3a02994b721975508ec86c185d61a736 (patch)
tree702938e500ce6a5f7ba97540996a6d5638a18df5 /drivers/staging/wilc1000/TODO
parent7a8fd84175d245c8ade80404c53f7ed83e03b256 (diff)
staging: wilc1000: update TODO list
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>
Diffstat (limited to 'drivers/staging/wilc1000/TODO')
-rw-r--r--drivers/staging/wilc1000/TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/TODO b/drivers/staging/wilc1000/TODO
index 5dfeb3eda599..95199d80a3e4 100644
--- a/drivers/staging/wilc1000/TODO
+++ b/drivers/staging/wilc1000/TODO
@@ -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