summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-23 08:51:34 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-23 08:51:34 +0000
commitd7362993329a76de9fc0eda2ae8d3449bbefcf58 (patch)
tree9b0ba89947425a3f42bef162ab3bbc7d8f7dac65 /hcid/hcid.h
parent2fe5d87c4a952ed92a3ea5fb608179ce8fbc7ffa (diff)
Use HCI command to set scan mode and not the kernel option
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r--hcid/hcid.h2
1 files changed, 1 insertions, 1 deletions
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;
};