From: Johan Hedberg Date: Sat, 1 Jun 2013 07:14:57 +0000 (+0300) Subject: Bluetooth: Implement LE L2CAP reassembly X-Git-Tag: v3.14-rc1~94^2~482^2^2~9^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aac23bf636593cc2d67144aed373a46a1a5f76b1;p=pandora-kernel.git Bluetooth: Implement LE L2CAP reassembly When receiving fragments over an LE Connection oriented Channel they need to be collected up and eventually merged into a single SDU. This patch adds the necessary code for collecting up the fragment skbs to the channel context and passing them to the recv() callback when the entire SDU has been received. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed