summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann2013-10-19 14:26:57 +0200
committerJohan Hedberg2013-10-19 15:50:05 +0200
commit3497ac84bd35bc5b984a3a20625021bfb0ca3f37 (patch)
tree3b37056088baa85c2c7797a3c97a8143da69b601 /net/bluetooth
parentBluetooth: Add LE features to debugfs if available (diff)
downloadkernel-qcow2-linux-3497ac84bd35bc5b984a3a20625021bfb0ca3f37.tar.gz
kernel-qcow2-linux-3497ac84bd35bc5b984a3a20625021bfb0ca3f37.tar.xz
kernel-qcow2-linux-3497ac84bd35bc5b984a3a20625021bfb0ca3f37.zip
Bluetooth: Remove interval parameter from HCI connection
The conn->interval parameter of HCI connections is not used at all and so just remove it. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net/bluetooth')
-rw-r--r--net/bluetooth/hci_event.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c
index 848045223e98..1214d4b6f541 100644
--- a/net/bluetooth/hci_event.c
+++ b/net/bluetooth/hci_event.c
@@ -2549,7 +2549,6 @@ static void hci_mode_change_evt(struct hci_dev *hdev, struct sk_buff *skb)
conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(ev->handle));
if (conn) {
conn->mode = ev->mode;
- conn->interval = __le16_to_cpu(ev->interval);
if (!test_and_clear_bit(HCI_CONN_MODE_CHANGE_PEND,
&conn->flags)) {