|
@@ -205,6 +205,8 @@ static void hci_cc_reset(struct hci_dev *hdev, struct sk_buff *skb)
|
|
hdev->le_scan_type = LE_SCAN_PASSIVE;
|
|
hdev->le_scan_type = LE_SCAN_PASSIVE;
|
|
|
|
|
|
hdev->ssp_debug_mode = 0;
|
|
hdev->ssp_debug_mode = 0;
|
|
|
|
+
|
|
|
|
+ hci_bdaddr_list_clear(&hdev->le_white_list);
|
|
}
|
|
}
|
|
|
|
|
|
static void hci_cc_write_local_name(struct hci_dev *hdev, struct sk_buff *skb)
|
|
static void hci_cc_write_local_name(struct hci_dev *hdev, struct sk_buff *skb)
|