]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: Remove crc generation from shdlc layer
authorWaldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Fri, 7 Sep 2012 09:08:29 +0000 (11:08 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 24 Sep 2012 22:17:24 +0000 (00:17 +0200)
commit9a41c450915df54ae2a491f69a125c70fddcf5a4
treebd0c438012bbf4006f63b3f13faddf0d5803d357
parentfa66a214c3c332e261a7db7d97557784cfd66914
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>
drivers/nfc/pn544_hci.c
net/nfc/hci/shdlc.c