Skip to content

Commit

Permalink
Bluetooth: Increment management interface revision
Browse files Browse the repository at this point in the history
Increment the mgmt revision due to the recently added
Read Extended Controller Information and Set Appearance commands.

Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
  • Loading branch information
Szymon Janc authored and Marcel Holtmann committed Sep 19, 2016
1 parent 9c9db78 commit 3310230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/bluetooth/mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include "mgmt_util.h"

#define MGMT_VERSION 1
#define MGMT_REVISION 13
#define MGMT_REVISION 14

static const u16 mgmt_commands[] = {
MGMT_OP_READ_INDEX_LIST,
Expand Down

0 comments on commit 3310230

Please sign in to comment.