Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMM
authorMat Martineau <mathewm@codeaurora.org>
Fri, 22 Jul 2011 21:53:58 +0000 (14:53 -0700)
committerGustavo F. Padovan <gustavo@padovan.org>
Tue, 27 Sep 2011 21:15:55 +0000 (18:15 -0300)
commit449357200c5d73d80a9c42dee5dafed684b3cd17
tree333e387c99dc8cd03d334e61f1a5147b4e5bd8f9
parent9fd481e03c1e9c76c814b88b9ea1cbda9afb0812
Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMM

Fragmented skbs are only encountered when receiving ERTM or streaming
mode L2CAP data.  BNEP, CMTP, HIDP, and RFCOMM generally use basic
mode, but they need to handle fragments without crashing.

Signed-off-by: Mat Martineau <mathewm@codeaurora.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/bnep/core.c
net/bluetooth/cmtp/core.c
net/bluetooth/hidp/core.c
net/bluetooth/rfcomm/core.c