commit | 55cee73e2af555fa3dcff467683c7488af47449e | [log] [tgz] |
---|---|---|
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Fri Mar 06 14:51:27 2020 -0800 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sun Mar 08 08:44:22 2020 +0100 |
tree | a77bf69802b68acdf8dc52c11e896008096e8b90 | |
parent | debdedf2eb5a2d9777cabff40900772be13cd9f9 [diff] |
Bluetooth: Make use of skb_pull to parse L2CAP signaling PDUs This uses skb_pull when parsing signalling PDUs so skb->data for pointing to the current PDU and skb->len as the remaining bytes to be processed. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>