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:
0e790c6
)
Bluetooth: Use bt_cb(skb)->chan to send raw data back
author
Gustavo Padovan
<gustavo.padovan@collabora.co.uk>
Mon, 21 Oct 2013 20:22:25 +0000
(18:22 -0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Mon, 21 Oct 2013 20:50:55 +0000
(13:50 -0700)
Instead of accessing skb->sk in L2CAP core we now compare the channel
a skb belongs to and not send it back if the channel is same. This change
removes another struct socket usage from L2CAP core.
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
No differences found