]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Bluetooth: Increment Management interface revision
authorJohan Hedberg <johan.hedberg@intel.com>
Sun, 27 Jan 2013 14:32:01 +0000 (08:32 -0600)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Fri, 1 Feb 2013 17:50:18 +0000 (15:50 -0200)
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 <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/mgmt.c

index ae7585de9c081229d40c86d05165da62501081d3..3bd4c41c6a1b4d5533f049459f3de4be3b1a51c4 100644 (file)
@@ -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,