git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4493572
)
Bluetooth: Handle fragmented skbs in bt_sock_stream_recvmsg()
author
Mat Martineau
<mathewm@codeaurora.org>
Fri, 22 Jul 2011 21:53:59 +0000
(14:53 -0700)
committer
Gustavo F. Padovan
<gustavo@padovan.org>
Tue, 27 Sep 2011 21:16:07 +0000
(18:16 -0300)
ERTM reassembly will be more efficient when skbs are linked together
rather than copying every incoming data byte. The existing stream recv
function assumes skbs are linear, so it needs to know how to handle
fragments before reassembly is changed.
bt_sock_recvmsg() already handles fragmented skbs.
Signed-off-by: Mat Martineau <mathewm@codeaurora.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/af_bluetooth.c
patch
|
blob
|
history
diff --cc
net/bluetooth/af_bluetooth.c
Simple merge