From: Marcel Holtmann Date: Sat, 28 Jun 2014 10:36:10 +0000 (+0200) Subject: Bluetooth: Increment management interface revision X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=730f091b056524df2cb1c5f345f2d24e44236c19;p=deliverable%2Flinux.git Bluetooth: Increment management interface revision This patch increments the management interface revision due to the changes with the debug key command and other fixes. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index d542f8af6a5d..d42c07d2a817 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 6 +#define MGMT_REVISION 7 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST,