diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-10-02 08:18:31 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-10-02 09:24:03 -0400 |
commit | 9ab8cf372977d1f89ebeb6201b6cf7a6774b9272 (patch) | |
tree | 52330d309377a346b1ff86c09557203e1461c217 /net/bluetooth/mgmt.c | |
parent | 11802b299f3337441d649dcb035a98ec1ff67ade (diff) |
Bluetooth: Increment management interface revision
This patch increments the management interface revision due to the
various fixes, improvements and other changes that have gone in
lately.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net/bluetooth/mgmt.c')
-rw-r--r-- | net/bluetooth/mgmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 461d5bb245a8..3b3ed0522fcf 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c | |||
@@ -33,7 +33,7 @@ | |||
33 | #include <net/bluetooth/smp.h> | 33 | #include <net/bluetooth/smp.h> |
34 | 34 | ||
35 | #define MGMT_VERSION 1 | 35 | #define MGMT_VERSION 1 |
36 | #define MGMT_REVISION 3 | 36 | #define MGMT_REVISION 4 |
37 | 37 | ||
38 | static const u16 mgmt_commands[] = { | 38 | static const u16 mgmt_commands[] = { |
39 | MGMT_OP_READ_INDEX_LIST, | 39 | MGMT_OP_READ_INDEX_LIST, |