commit | fcc203c30d72dde82692f6b761a80e5ca5fdd8fa | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <gustavo@las.ic.unicamp.br> | Thu Aug 20 22:26:02 2009 -0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sat Aug 22 14:59:49 2009 -0700 |
tree | 04eb154db3be85574efe74542f528efb39abf5bb | |
parent | 6840ed0770d79b9bb0800e5e026a067040ef18f5 [diff] |
Bluetooth: Add support for FCS option to L2CAP Implement CRC16 check for L2CAP packets. FCS is used by Streaming Mode and Enhanced Retransmission Mode and is a extra check for the packet content. Using CRC16 is the default, L2CAP won't use FCS only when both side send a "No FCS" request. Initially based on a patch from Nathan Holstein <nathan@lampreynetworks.com> Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>