commit | 3c13b244de968d88659b5aece0c0c4a6b97f220e | [log] [tgz] |
---|---|---|
author | Olivier Guiter <olivier.guiter@linux.intel.com> | Mon Sep 23 12:24:38 2013 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Wed Sep 25 16:01:41 2013 +0200 |
tree | b4b42862ff5981ec9ccef92612e02e03361184b3 | |
parent | 22953f9329ebf5cc81cefe250a079600145388b3 [diff] |
NFC: pn533: Add support for incoming fragmented frame in target mode This code processes, for Target Mode, incoming fragmented frames. If the MI bit is present, we start a working queue to grab and aggregate all the parts (using TmGetData between each parts). On the last one, as there's no more MI bit, we jump on the usual behavior. Signed-off-by: Olivier Guiter <olivier.guiter@linux.intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>