--- plugins/hciops.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/plugins/hciops.c b/plugins/hciops.c index 5775cf1..3e3e172 100644 --- a/plugins/hciops.c +++ b/plugins/hciops.c @@ -122,7 +122,6 @@ static void device_devup_setup(int index) static void init_device(int index) { struct hci_dev_req dr; - struct hci_dev_info di; pid_t pid; int dd, err; @@ -175,13 +174,6 @@ static void init_device(int index) goto fail; } - if (hci_devinfo(index, &di) < 0) - goto fail; - - if (hci_test_bit(HCI_RAW, &di.flags)) - goto done; - -done: hci_close_dev(dd); exit(0); -- 1.7.0.2 -- David Scherba Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html