NFC: pn533: Add extended information frame decoding support
authorOlivier Guiter <olivier.guiter@linux.intel.com>
Thu, 13 Jun 2013 13:43:27 +0000 (15:43 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 13 Aug 2013 22:35:18 +0000 (00:35 +0200)
commit1575b9d8668f4ecf2648a08751313c826fb6a6e9
tree52a8982277e0ecae1d0fba45a55079680d2e2dca
parent3a8eab39ac53f2d35d663634e16b486e8a5a65a9
NFC: pn533: Add extended information frame decoding support

Extended Information frames are slightly different from standard frames
as they can (theorically) handle datas up tu 64kB. PN533 firmware only
supports packet data up to 265 (incl. TFI byte)
This kind of frame are used when the pn533 wants to exchange more than
255 bytes, and this patch handles the reception of such frames.

Signed-off-by: Olivier Guiter <olivier.guiter@linux.intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/pn533.c