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)
commit2d0ed3d5879edae4bf1c98eb3163466c30d41789
tree3e80e3198a6dd1019457e43365ee42be58b5ee4f
parent087bfd99f75c5f7d5430e7e122c2f288f03d6c23
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