diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-17 14:39:28 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-19 14:05:44 +0200 |
commit | 2da9c55c5a4a0b8f0348b7acd70d8b08a6ae4573 (patch) | |
tree | 91489c7c331f07f6c9e70d21626c9362a6b92614 /net | |
parent | bf1e3541f75a395e1e21b144fe1c387cc71baff1 (diff) | |
download | blackbird-op-linux-2da9c55c5a4a0b8f0348b7acd70d8b08a6ae4573.tar.gz blackbird-op-linux-2da9c55c5a4a0b8f0348b7acd70d8b08a6ae4573.zip |
Bluetooth: mgmt: Bump mgmt version
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/mgmt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 952c0a8ca305..18d593f23934 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -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, |