From: Marcel Holtmann Date: Wed, 3 Dec 2014 18:52:43 +0000 (+0100) Subject: Bluetooth: Increment management interface revision X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=854bda1982bf126d0a951adfcac76ba6d000cd2b;p=linux-beck.git Bluetooth: Increment management interface revision This patch increments the management interface revision due to the addition of support for LE Secure Connection feature. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 1e73bead7dd9..77cf0ef0d8a3 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -35,7 +35,7 @@ #include "smp.h" #define MGMT_VERSION 1 -#define MGMT_REVISION 7 +#define MGMT_REVISION 8 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST,