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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c
index 3b2c0e07b25b..b93cd2eb5d58 100644
--- a/net/bluetooth/hci_event.c
+++ b/net/bluetooth/hci_event.c
@@ -964,7 +964,7 @@ static void hci_cc_le_set_scan_enable(struct hci_dev *hdev,
964 return; 964 return;
965 965
966 switch (cp->enable) { 966 switch (cp->enable) {
967 case LE_SCANNING_ENABLED: 967 case LE_SCAN_ENABLE:
968 if (status) { 968 if (status) {
969 hci_dev_lock(hdev); 969 hci_dev_lock(hdev);
970 mgmt_start_discovery_failed(hdev, status); 970 mgmt_start_discovery_failed(hdev, status);
@@ -979,7 +979,7 @@ static void hci_cc_le_set_scan_enable(struct hci_dev *hdev,
979 hci_dev_unlock(hdev); 979 hci_dev_unlock(hdev);
980 break; 980 break;
981 981
982 case LE_SCANNING_DISABLED: 982 case LE_SCAN_DISABLE:
983 if (status) { 983 if (status) {
984 hci_dev_lock(hdev); 984 hci_dev_lock(hdev);
985 mgmt_stop_discovery_failed(hdev, status); 985 mgmt_stop_discovery_failed(hdev, status);