Esempio n. 1
0
static int dtl1_hci_close(struct hci_dev *hdev)
{
	if (!test_and_clear_bit(HCI_RUNNING, &(hdev->flags)))
		return 0;

	dtl1_hci_flush(hdev);

	return 0;
}
Esempio n. 2
0
static int dtl1_hci_close(struct hci_dev *hdev)
{
	dtl1_hci_flush(hdev);

	return 0;
}