NFC: pn533: Store the correct frame size (normal vs ext)
authorOlivier Guiter <olivier.guiter@linux.intel.com>
Thu, 13 Jun 2013 13:43:29 +0000 (13:43 +0000)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 13 Aug 2013 22:35:18 +0000 (00:35 +0200)
commit56a63c82cf82eb491af05759d9e9f9b97ca36bc2
treea0bf4e03a0fe2fd8cfea02434ce397af3912fd8e
parent963a82e07d4e1f95fc423d53912ac0a7fe643b1c
NFC: pn533: Store the correct frame size (normal vs ext)

The extended information frame are sent by PN533 to exchange frames
larger than 255 bytes. These extended frame are very close from the
standard ones except for the header size length. On each incoming
frame, we set the correct header length, and we do that only for the
standard pn533 chipsets as the acr122 does not seem to support extended
frames properly.

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