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)
commita6fb08dfe8654e399c9bbca34be914e213560b5e
tree15165238e6d8193a36ccac71b642836b8dfff76a
parent470fe1b540fb50ba8ce01e0ac985602e8fbb108c
Bluetooth: Remove unneeded bt_cb(skb)->channel variable

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>
include/net/bluetooth/bluetooth.h
net/bluetooth/mgmt.c