| 1 |
From d22d083d6dd681f8d25eb806d4ec91853475ee06 Mon Sep 17 00:00:00 2001 |
| 2 |
From: Gustavo Padovan <gustavo@padovan.org> |
| 3 |
Date: Thu, 5 Apr 2012 16:22:55 -0300 |
| 4 |
Subject: [PATCH] mgmt: update mgmt control channel id |
| 5 |
|
| 6 |
kernel side has updated its control channel id from 1 to 3. |
| 7 |
--- |
| 8 |
lib/hci.h | 2 +- |
| 9 |
1 files changed, 1 insertions(+), 1 deletions(-) |
| 10 |
|
| 11 |
diff --git a/lib/hci.h b/lib/hci.h |
| 12 |
index 887a860..f7be92d 100644 |
| 13 |
--- a/lib/hci.h |
| 14 |
+++ b/lib/hci.h |
| 15 |
@@ -2288,8 +2288,8 @@ struct sockaddr_hci { |
| 16 |
#define HCI_DEV_NONE 0xffff |
| 17 |
|
| 18 |
#define HCI_CHANNEL_RAW 0 |
| 19 |
-#define HCI_CHANNEL_CONTROL 1 |
| 20 |
#define HCI_CHANNEL_MONITOR 2 |
| 21 |
+#define HCI_CHANNEL_CONTROL 3 |
| 22 |
|
| 23 |
struct hci_filter { |
| 24 |
uint32_t type_mask; |
| 25 |
-- |
| 26 |
1.7.6.5 |