From: Mat Martineau Date: Fri, 22 Jul 2011 21:54:00 +0000 (-0700) Subject: Bluetooth: Perform L2CAP SDU reassembly without copying data X-Git-Tag: v3.2-rc1~129^2~104^2^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84084a3197a9fdec10fa542c0df11928a784e7fc;p=pandora-kernel.git Bluetooth: Perform L2CAP SDU reassembly without copying data Use sk_buff fragment capabilities to link together incoming skbs instead of allocating a new skb for reassembly and copying. The new reassembly code works equally well for ERTM and streaming mode, so there is now one reassembly function instead of two. Signed-off-by: Mat Martineau Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed