]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
Bluetooth: mgmt: Bump mgmt version
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 17 Feb 2012 12:39:28 +0000 (14:39 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Sun, 19 Feb 2012 12:05:44 +0000 (14:05 +0200)
This patch bumps the mgmt version to 1 and resets the revision to 0.
This is in order to indicate API stability to user space. The mgmt API
has reached a point where no major backwards incompatible changes are
expected so it makes sense to do this version bump now.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/mgmt.c

index 952c0a8ca305a55234077d75a00de9cc345a21fd..18d593f23934db7ca19e7c5fa31102dcec57ac27 100644 (file)
@@ -34,8 +34,8 @@
 #include <net/bluetooth/mgmt.h>
 #include <net/bluetooth/smp.h>
 
-#define MGMT_VERSION   0
-#define MGMT_REVISION  1
+#define MGMT_VERSION   1
+#define MGMT_REVISION  0
 
 static const u16 mgmt_commands[] = {
        MGMT_OP_READ_INDEX_LIST,