summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorMarcel Holtmann2013-10-19 14:26:57 +0200
committerJohan Hedberg2013-10-19 15:50:05 +0200
commit3497ac84bd35bc5b984a3a20625021bfb0ca3f37 (patch)
tree3b37056088baa85c2c7797a3c97a8143da69b601 /include/net
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 'include/net')
-rw-r--r--include/net/bluetooth/hci_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 0daac39c1b6e..c689bcf4a0f7 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -315,7 +315,6 @@ struct hci_conn {
__u8 attempt;
__u8 dev_class[3];
__u8 features[HCI_MAX_PAGES][8];
- __u16 interval;
__u16 pkt_type;
__u16 link_policy;
__u32 link_mode;