linux/net/nfc/hci
Waldemar Rymarkiewicz ade672082d NFC: Remove crc generation from shdlc layer
Checksum is specific for a chip spcification and it varies
(in size and type) between different hardware. It should be
handled in the driver then.

Moreover, shdlc spec doesn't mention crc as a part of the frame.

Update pn544_hci driver as well.

Signed-off-by: Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Acked-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2012-09-25 00:17:24 +02:00
..
command.c NFC: Allow HCI driver to pre-open pipes to some gates 2012-07-09 16:42:12 -04:00
core.c NFC: Remove pointless conditional before HCI kfree_skb() 2012-09-25 00:17:24 +02:00
hci.h NFC: Allow HCI driver to pre-open pipes to some gates 2012-07-09 16:42:12 -04:00
hcp.c NFC: Use system_nrt_wq instead of custom ones 2012-09-25 00:17:23 +02:00
Kconfig NFC: Select CRC_CCITT for SHDLC link layer of HCI based drivers 2012-05-15 17:27:28 -04:00
Makefile
shdlc.c NFC: Remove crc generation from shdlc layer 2012-09-25 00:17:24 +02:00