blob: 95199d80a3e49d56ff61612fc1b3cae5c433d8b8 [file] [log] [blame]
Johnny Kimc5c77ba2015-05-11 14:30:56 +09001TODO:
2- remove the defined feature as kernel versions
3- remove OS wrapper functions
4- remove custom debug and tracing functions
5- rework comments and function headers(also coding style)
Arnd Bergmann0b856182015-06-01 21:20:11 +02006- replace all semaphores with mutexes or completions
7- make spi and sdio components coexist in one build
8- turn compile-time platform configuration (BEAGLE_BOARD,
9 PANDA_BOARD, PLAT_WMS8304, PLAT_RKXXXX, CUSTOMER_PLATFORM, ...)
10 into run-time options that are read from DT
Johnny Kimc5c77ba2015-05-11 14:30:56 +090011- support soft-ap and p2p mode
12- support resume/suspend function
Arnd Bergmann0b856182015-06-01 21:20:11 +020013- replace SIOCDEVPRIVATE commands with generic API functions
14- use wext-core handling instead of private SIOCSIWPRIV implementation