diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-10-19 12:26:57 (GMT) |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-10-19 13:50:05 (GMT) |
commit | 3497ac84bd35bc5b984a3a20625021bfb0ca3f37 (patch) | |
tree | 3b37056088baa85c2c7797a3c97a8143da69b601 /include | |
parent | cfbb2b5b91e2f89cbd3a2f90bf807192a227355d (diff) | |
download | linux-3497ac84bd35bc5b984a3a20625021bfb0ca3f37.tar.xz |
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')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 0daac39..c689bcf 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; |