Bluetooth: Remove unneeded bt_cb(skb)->channel variable
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 20 Feb 2012 13:50:31 +0000 (14:50 +0100)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 20 Feb 2012 13:55:37 +0000 (15:55 +0200)
The bt_cb(skb)->channel was only needed to make hci_send_to_sock() be
used for HCI raw and control sockets. Since they have now separate sending
functions this is no longer needed.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>

No differences found