carl9170 firmware: add flag for asynchronous commands
authorChristian Lamparter <chunkeey@googlemail.com>
Thu, 29 Jul 2010 16:21:11 +0000 (18:21 +0200)
committerChristian Lamparter <chunkeey@googlemail.com>
Sat, 31 Jul 2010 20:12:40 +0000 (22:12 +0200)
commitb8f7132bb9cc3eb1b0fdeab865493b08e096b47a
tree70eb110a6f4820b0907625288b27566a9129c2a5
parentacca5dfdf46f522105f8181c8aff4392eecce8de
carl9170 firmware: add flag for asynchronous commands

This flag can be used by the application to tell _same_
application that it does not have to wait for the command
response, or it does not need to parse the received
response if the flag is set.

NOTE: The firmware does not care about this flag and
processes any received command in the same way.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
carlfw/src/cmd.c
include/shared/fwcmd.h