blob: ae61b55f14fd769f8275ce6e698f5855f0c94296 [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)
Binoy Jayan2518ac52016-06-23 11:11:51 +05306- Move handling for each individual members of 'union message_body' out
7 into a separate 'struct work_struct' and completely remove the multiplexer
8 that is currently part of host_if_work(), allowing movement of the
9 implementation of each message handler into the callsite of the function
10 that currently queues the 'host_if_msg'.
Arnd Bergmann0b856182015-06-01 21:20:11 +020011- make spi and sdio components coexist in one build
12- turn compile-time platform configuration (BEAGLE_BOARD,
13 PANDA_BOARD, PLAT_WMS8304, PLAT_RKXXXX, CUSTOMER_PLATFORM, ...)
14 into run-time options that are read from DT
Johnny Kimc5c77ba2015-05-11 14:30:56 +090015- support soft-ap and p2p mode
16- support resume/suspend function
Arnd Bergmann0b856182015-06-01 21:20:11 +020017- replace SIOCDEVPRIVATE commands with generic API functions
18- use wext-core handling instead of private SIOCSIWPRIV implementation