From: Gustavo Padovan Date: Mon, 21 Oct 2013 20:22:25 +0000 (-0200) Subject: Bluetooth: Use bt_cb(skb)->chan to send raw data back X-Git-Tag: v3.13-rc1~105^2~23^2^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f5396a774997a24e2adaffd973cfa5bd2b3e665;p=pandora-kernel.git Bluetooth: Use bt_cb(skb)->chan to send raw data back 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed