]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFC: pn533: Add support for incoming fragmented frame in target mode
authorOlivier Guiter <olivier.guiter@linux.intel.com>
Mon, 23 Sep 2013 10:24:38 +0000 (12:24 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 25 Sep 2013 14:01:41 +0000 (16:01 +0200)
commit3c13b244de968d88659b5aece0c0c4a6b97f220e
treeb4b42862ff5981ec9ccef92612e02e03361184b3
parent22953f9329ebf5cc81cefe250a079600145388b3
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>
drivers/nfc/pn533.c