Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c6d0dbb authored by Ajay Singh's avatar Ajay Singh Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: updated TODO file



Item [1] in TODO list is already addressed, so removed it from TODO file.

[1]. Move handling for each individual members of 'union message_body' out
into a separate 'struct work_struct' and completely remove the
multiplexerthat is currently part of host_if_work(), allowing movement
of the implementation of each message handler into the callsite of the
function that currently queues the 'host_if_msg'.

Signed-off-by: default avatarAjay Singh <ajay.kathat@microchip.com>
Reviewed-by: default avatarClaudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 688a45ea
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
TODO:
- rework comments and function headers(also coding style)
- Move handling for each individual members of 'union message_body' out
  into a separate 'struct work_struct' and completely remove the multiplexer
  that is currently part of host_if_work(), allowing movement of the
  implementation of each message handler into the callsite of the function
  that currently queues the 'host_if_msg'.
- make spi and sdio components coexist in one build
- support soft-ap and p2p mode
- support resume/suspend function