]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix skb length calculation
authorGustavo Padovan <gustavo@padovan.org>
Fri, 11 May 2012 16:16:12 +0000 (13:16 -0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Wed, 16 May 2012 19:12:56 +0000 (16:12 -0300)
commit9590a025e64f9a063f66cdd9a10980ee54988be4
tree3e80e3198a6dd1019457e43365ee42be58b5ee4f
parentb3b29a9fcbd164f968e70d70d32e651199b25276
Bluetooth: Fix skb length calculation

When we add a fragment to a skb, len and data_len fields need to be
updated.

Signed-off-by: Gustavo Padovan <gustavo@padovan.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/l2cap_core.c