aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
diff options
context:
space:
mode:
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 6c3b193951ad..e43de9876aa0 100644
--- a/net/bluetooth/hci_event.c
+++ b/net/bluetooth/hci_event.c
@@ -1692,7 +1692,7 @@ static void hci_conn_request_evt(struct hci_dev *hdev, struct sk_buff *skb)
1692 &flags); 1692 &flags);
1693 1693
1694 if ((mask & HCI_LM_ACCEPT) && 1694 if ((mask & HCI_LM_ACCEPT) &&
1695 !hci_blacklist_lookup(hdev, &ev->bdaddr)) { 1695 !hci_blacklist_lookup(hdev, &ev->bdaddr, BDADDR_BREDR)) {
1696 /* Connection accepted */ 1696 /* Connection accepted */
1697 struct inquiry_entry *ie; 1697 struct inquiry_entry *ie;
1698 struct hci_conn *conn; 1698 struct hci_conn *conn;