From 3fcf56f2a27bcd08dfecbdbe65820e385491ed42 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 31 May 2006 15:42:39 +0000 Subject: Fix sniff subrate command size --- include/hci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/hci.h b/include/hci.h index 117328d8..becbbb06 100644 --- a/include/hci.h +++ b/include/hci.h @@ -584,7 +584,7 @@ typedef struct { uint16_t min_remote_timeout; uint16_t min_local_timeout; } __attribute__ ((packed)) sniff_subrate_cp; -#define SNIFF_SUBRATE_CP_SIZE 10 +#define SNIFF_SUBRATE_CP_SIZE 8 /* Host Controller and Baseband */ #define OGF_HOST_CTL 0x03 -- cgit