aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_conn.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2009-05-04 21:31:29 -0700
committerDavid S. Miller <davem@davemloft.net>2009-05-04 21:31:29 -0700
commitbc83871e8325bb17da2930a76c2a3806377a76c5 (patch)
treeaf43c8f91eb05c92c609ddcaec26eb8f23155bc4 /net/bluetooth/hci_conn.c
parente151a60ad1faffb6241cf7eb6846353df1f33a32 (diff)
parenta67e899cf38ae542d1a028ccd021f9189f76fb74 (diff)
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6
Diffstat (limited to 'net/bluetooth/hci_conn.c')
-rw-r--r--net/bluetooth/hci_conn.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bluetooth/hci_conn.c b/net/bluetooth/hci_conn.c
index 375f4b4f7f7..61309b26f27 100644
--- a/net/bluetooth/hci_conn.c
+++ b/net/bluetooth/hci_conn.c
@@ -248,6 +248,8 @@ struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst)
if (hdev->notify)
hdev->notify(hdev, HCI_NOTIFY_CONN_ADD);
+ hci_conn_init_sysfs(conn);
+
tasklet_enable(&hdev->tx_task);
return conn;