From: Marcel Holtmann Date: Tue, 28 Jan 2014 23:39:01 +0000 (-0800) Subject: Bluetooth: Increment management interface revision X-Git-Tag: accepted/tizen/common/20141203.182822~316^2~18^2^2~46^2~199 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40456644295998321b8743b72c9cc0e4db937959;p=platform%2Fkernel%2Flinux-arm64.git Bluetooth: Increment management interface revision This patch increments the management interface revision due to the various fixes, improvements and other changes that have been made. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 4ee07b4..bde8e67 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -34,7 +34,7 @@ #include "smp.h" #define MGMT_VERSION 1 -#define MGMT_REVISION 4 +#define MGMT_REVISION 5 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST,