aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/bluetooth/hci_event.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c
index 6a72eaea70e..7f87a70b861 100644
--- a/net/bluetooth/hci_event.c
+++ b/net/bluetooth/hci_event.c
@@ -2314,6 +2314,7 @@ static inline void hci_cmd_complete_evt(struct hci_dev *hdev, struct sk_buff *sk
2314 2314
2315 case HCI_OP_USER_PASSKEY_NEG_REPLY: 2315 case HCI_OP_USER_PASSKEY_NEG_REPLY:
2316 hci_cc_user_passkey_neg_reply(hdev, skb); 2316 hci_cc_user_passkey_neg_reply(hdev, skb);
2317 break;
2317 2318
2318 case HCI_OP_LE_SET_SCAN_PARAM: 2319 case HCI_OP_LE_SET_SCAN_PARAM:
2319 hci_cc_le_set_scan_param(hdev, skb); 2320 hci_cc_le_set_scan_param(hdev, skb);