summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorJohan Hedberg2014-02-23 18:42:29 +0100
committerMarcel Holtmann2014-02-23 21:24:27 +0100
commit7bf32048b1af87942d311ef1620995ffc89c07d8 (patch)
tree07b17269174324709841ebd4431da6c68d456ed7 /include/net
parentBluetooth: Fix setting correct src_type when connecting LE (diff)
downloadkernel-qcow2-linux-7bf32048b1af87942d311ef1620995ffc89c07d8.tar.gz
kernel-qcow2-linux-7bf32048b1af87942d311ef1620995ffc89c07d8.tar.xz
kernel-qcow2-linux-7bf32048b1af87942d311ef1620995ffc89c07d8.zip
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/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 2506963c7a06..43b6d1131c4d 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -156,7 +156,6 @@ struct hci_dev {
bdaddr_t bdaddr;
bdaddr_t random_addr;
bdaddr_t static_addr;
- __u8 own_addr_type;
__u8 dev_name[HCI_MAX_NAME_LENGTH];
__u8 short_name[HCI_MAX_SHORT_NAME_LENGTH];
__u8 eir[HCI_MAX_EIR_LENGTH];