From: Gustavo F. Padovan Date: Fri, 21 Aug 2009 01:26:02 +0000 (-0300) Subject: Bluetooth: Add support for FCS option to L2CAP X-Git-Tag: v2.6.32-rc1~703^2~221^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcc203c30d72dde82692f6b761a80e5ca5fdd8fa;p=pandora-kernel.git 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 Signed-off-by: Gustavo F. Padovan Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed