summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2011-12-06 14:59:32 -0500
committerJohn W. Linville <linville@tuxdriver.com>2011-12-06 14:59:32 -0500
commitfacda29d75a30a8ff4f1f23a48a368d167563843 (patch)
tree3f0b8e77cb826cd24e9f0b760b27467eda76907a /net/bluetooth/hci_event.c
parent9995ffe5f5fdddcc73e4465cc3f8b38714df8108 (diff)
parent33cb722c22f28964a501a56cc76397834c221c7a (diff)
downloadlinux-facda29d75a30a8ff4f1f23a48a368d167563843.tar.bz2
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth
Diffstat (limited to 'net/bluetooth/hci_event.c')
-rw-r--r--net/bluetooth/hci_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c
index d7d96b6b1f0d..643a41b76e2e 100644
--- a/net/bluetooth/hci_event.c
+++ b/net/bluetooth/hci_event.c
@@ -545,7 +545,7 @@ static void hci_setup(struct hci_dev *hdev)
{
hci_setup_event_mask(hdev);
- if (hdev->lmp_ver > 1)
+ if (hdev->hci_ver > 1)
hci_send_cmd(hdev, HCI_OP_READ_LOCAL_COMMANDS, 0, NULL);
if (hdev->features[6] & LMP_SIMPLE_PAIR) {