From: Gustavo F. Padovan Date: Fri, 21 Aug 2009 01:25:58 +0000 (-0300) Subject: Bluetooth: Add support for Segmentation and Reassembly of SDUs X-Git-Tag: v2.6.32-rc1~703^2~221^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c74e560cd0101455f1889515e1527e4c2e266113;p=pandora-kernel.git Bluetooth: Add support for Segmentation and Reassembly of SDUs ERTM should use Segmentation and Reassembly to break down a SDU in many PDUs on sending data to the other side. On sending packets we queue all 'segments' until end of segmentation and just the add them to the queue for sending. On receiving we create a new SKB with the SDU reassembled. Initially based on a patch from Nathan Holstein Signed-off-by: Gustavo F. Padovan Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed