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)
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>

No differences found