Skip to content

Commit

Permalink
Bluetooth: Increment Management interface revision
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Marcel Holtmann <[email protected]>
Signed-off-by: Gustavo Padovan <[email protected]>
  • Loading branch information
Johan Hedberg authored and Gustavo Padovan committed Feb 1, 2013
1 parent f0ff92f commit 3810285
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 @@ -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,
Expand Down

0 comments on commit 3810285

Please sign in to comment.