summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2003-11-18 14:36:31 +0000
committerMarcel Holtmann <marcel@holtmann.org>2003-11-18 14:36:31 +0000
commitd0008d9f3d92b9b38cc3a53687fa391f7adbe9c6 (patch)
tree19e9c3ec78e6dc8451c4fafafc508ff859e3a46b
parent8246c9b6086d525ca83a05da5c8ed370662a69e1 (diff)
Don't read the IAC with a default call
-rw-r--r--tools/hciconfig.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/hciconfig.c b/tools/hciconfig.c
index b51fcc7e..92292a20 100644
--- a/tools/hciconfig.c
+++ b/tools/hciconfig.c
@@ -962,7 +962,6 @@ void print_dev_info(int ctl, struct hci_dev_info *di)
if (hci_test_bit(HCI_UP, &di->flags)) {
cmd_name(ctl, di->dev_id, NULL);
cmd_class(ctl, di->dev_id, NULL);
- cmd_iac(ctl, di->dev_id, NULL);
cmd_version(ctl, di->dev_id, NULL);
}
}