diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2003-11-18 14:36:31 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2003-11-18 14:36:31 +0000 |
commit | d0008d9f3d92b9b38cc3a53687fa391f7adbe9c6 (patch) | |
tree | 19e9c3ec78e6dc8451c4fafafc508ff859e3a46b | |
parent | 8246c9b6086d525ca83a05da5c8ed370662a69e1 (diff) |
Don't read the IAC with a default call
-rw-r--r-- | tools/hciconfig.c | 1 |
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); } } |