aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-02-23 12:42:29 -0500
committerMarcel Holtmann <marcel@holtmann.org>2014-02-23 15:24:27 -0500
commit7bf32048b1af87942d311ef1620995ffc89c07d8 (patch)
tree07b17269174324709841ebd4431da6c68d456ed7 /include
parente26b1ffa11bb1e0afa194823623ee64b7e143993 (diff)
Bluetooth: Remove unneeded hdev->own_addr_type
Now that the identity address type is always looked up for all successful connections, the hdev->own_addr_type variable has become completely unnecessary. Simply remove it. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include')
-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 2506963c7a06..43b6d1131c4d 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -156,7 +156,6 @@ struct hci_dev {
156 bdaddr_t bdaddr; 156 bdaddr_t bdaddr;
157 bdaddr_t random_addr; 157 bdaddr_t random_addr;
158 bdaddr_t static_addr; 158 bdaddr_t static_addr;
159 __u8 own_addr_type;
160 __u8 dev_name[HCI_MAX_NAME_LENGTH]; 159 __u8 dev_name[HCI_MAX_NAME_LENGTH];
161 __u8 short_name[HCI_MAX_SHORT_NAME_LENGTH]; 160 __u8 short_name[HCI_MAX_SHORT_NAME_LENGTH];
162 __u8 eir[HCI_MAX_EIR_LENGTH]; 161 __u8 eir[HCI_MAX_EIR_LENGTH];