2016-09-07 21:04:46

by Szymon Janc

[permalink] [raw]
Subject: [PATCH] Bluetooth: Increment management interface revision

Increment the mgmt revision due to the recently added
Read Extended Controller Information and Set Appearance commands.

Signed-off-by: Szymon Janc <[email protected]>
---
net/bluetooth/mgmt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 9be23b5..4197fc9 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -38,7 +38,7 @@
#include "mgmt_util.h"

#define MGMT_VERSION 1
-#define MGMT_REVISION 13
+#define MGMT_REVISION 14

static const u16 mgmt_commands[] = {
MGMT_OP_READ_INDEX_LIST,
--
2.7.4