summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorDavid Miller2010-07-31 06:54:49 +0200
committerMarcel Holtmann2010-08-01 01:06:58 +0200
commitea4bd8ba804dedefa65303b3bd105d6d2808e621 (patch)
tree4a189e6c27629892ce9d8b99566ca823e7502b47 /include/net/bluetooth/hci_core.h
parentcfg80211: fix dev <-> wiphy typo (diff)
downloadkernel-qcow2-linux-ea4bd8ba804dedefa65303b3bd105d6d2808e621.tar.gz
kernel-qcow2-linux-ea4bd8ba804dedefa65303b3bd105d6d2808e621.tar.xz
kernel-qcow2-linux-ea4bd8ba804dedefa65303b3bd105d6d2808e621.zip
Bluetooth: Use list_head for HCI blacklist head
The bdaddr in the list root is completely unused and just taking up space. Signed-off-by: David S. Miller <davem@davemloft.net> Tested-by: Johan Hedberg <johan.hedberg@nokia.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-rw-r--r--include/net/bluetooth/hci_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 8b28962e737e..4568b938ca35 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -132,7 +132,7 @@ struct hci_dev {
struct inquiry_cache inq_cache;
struct hci_conn_hash conn_hash;
- struct bdaddr_list blacklist;
+ struct list_head blacklist;
struct hci_dev_stats stat;