linux/drivers/nfc/st21nfcb
Christophe Ricard 09f39a9505 NFC: st21nfcb: Do not remove header once the payload is sent
Once the data is sent, we need to preserve the full frame for
the ndlc state machine. If the NDLC ACK is not received in time,
the ndlc layer will resend the same frame.
Having the header byte pulled will corrupt the frame.

Cc: stable@vger.kernel.org
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2015-06-09 00:34:22 +02:00
..
i2c.c NFC: st21nfcb: Do not remove header once the payload is sent 2015-06-09 00:34:22 +02:00
Kconfig
Makefile NFC: st21nfcb: Add support for secure element 2015-02-02 21:50:40 +01:00
ndlc.c NFC: logging neatening 2015-04-07 12:05:12 +02:00
ndlc.h NFC: st21nfcb: Fix improper management of -EREMOTEIO error code. 2014-09-24 02:02:23 +02:00
st21nfcb_se.c nfc: st21nfcb: Add additional comments about EVT_TRANSACTION 2015-04-06 00:19:22 +02:00
st21nfcb_se.h NFC: st21nfcb: Add support for secure element 2015-02-02 21:50:40 +01:00
st21nfcb.c NFC: st21nfcb: Remove inappropriate kfree on a devm_kzalloc pointer 2015-06-09 00:34:22 +02:00
st21nfcb.h NFC: st21nfcb: Add support for secure element 2015-02-02 21:50:40 +01:00