]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
commitade672082dd35aaaf7c8630d16c9f795c30459c4
treebd0c438012bbf4006f63b3f13faddf0d5803d357
parent52da2449e10039d3bb04c598d24cb1a34530b716
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