From: Marcel Holtmann Date: Wed, 2 Oct 2013 12:18:31 +0000 (-0700) Subject: Bluetooth: Increment management interface revision X-Git-Tag: v3.13-rc1~105^2~225^2~24^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ab8cf372977d1f89ebeb6201b6cf7a6774b9272;p=profile%2Fivi%2Fkernel-x86-ivi.git Bluetooth: Increment management interface revision This patch increments the management interface revision due to the various fixes, improvements and other changes that have gone in lately. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 461d5bb..3b3ed05 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -33,7 +33,7 @@ #include #define MGMT_VERSION 1 -#define MGMT_REVISION 3 +#define MGMT_REVISION 4 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST,