aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-10-19 08:26:57 -0400
committerJohan Hedberg <johan.hedberg@intel.com>2013-10-19 09:50:05 -0400
commit3497ac84bd35bc5b984a3a20625021bfb0ca3f37 (patch)
tree3b37056088baa85c2c7797a3c97a8143da69b601 /include/net
parentcfbb2b5b91e2f89cbd3a2f90bf807192a227355d (diff)
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 {
315 __u8 attempt; 315 __u8 attempt;
316 __u8 dev_class[3]; 316 __u8 dev_class[3];
317 __u8 features[HCI_MAX_PAGES][8]; 317 __u8 features[HCI_MAX_PAGES][8];
318 __u16 interval;
319 __u16 pkt_type; 318 __u16 pkt_type;
320 __u16 link_policy; 319 __u16 link_policy;
321 __u32 link_mode; 320 __u32 link_mode;