From: Johan Hedberg Date: Sun, 27 Jan 2013 14:32:01 +0000 (-0600) Subject: Bluetooth: Increment Management interface revision X-Git-Tag: v3.9-rc1~139^2~31^2^2~102^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3810285cf8cef5c3f9c4334a317b71b876125269;p=platform%2Fkernel%2Flinux-3.10.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: Johan Hedberg Acked-by: Marcel Holtmann Signed-off-by: Gustavo Padovan --- diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index ae7585d..3bd4c41 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -35,7 +35,7 @@ bool enable_hs; #define MGMT_VERSION 1 -#define MGMT_REVISION 2 +#define MGMT_REVISION 3 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST,