From: Christian Lamparter Date: Thu, 29 Jul 2010 16:21:11 +0000 (+0200) Subject: carl9170 firmware: add flag for asynchronous commands X-Git-Tag: 1.7.4~1 X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=commitdiff_plain;h=b8f7132bb9cc3eb1b0fdeab865493b08e096b47a;hp=b8f7132bb9cc3eb1b0fdeab865493b08e096b47a 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 ---