Skip to content

Commit

Permalink
Bluetooth: mgmt: Bump mgmt version
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Johan Hedberg committed Feb 19, 2012
1 parent bf1e354 commit 2da9c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/bluetooth/mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2da9c55

Please sign in to comment.