From d7362993329a76de9fc0eda2ae8d3449bbefcf58 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 23 Jan 2007 08:51:34 +0000 Subject: Use HCI command to set scan mode and not the kernel option --- hcid/hcid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hcid/hcid.h') diff --git a/hcid/hcid.h b/hcid/hcid.h index 91b311f8..0c77c225 100644 --- a/hcid/hcid.h +++ b/hcid/hcid.h @@ -70,7 +70,7 @@ struct device_opts { uint16_t pkt_type; uint16_t link_mode; uint16_t link_policy; - uint16_t scan; + uint8_t scan; int discovto; }; -- cgit