diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2014-06-28 12:36:10 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-07-03 17:42:48 +0200 |
commit | 730f091b056524df2cb1c5f345f2d24e44236c19 (patch) | |
tree | 8d7180c2e1e6feacb67dbf392f1be13784b20b4d /net/bluetooth/mgmt.c | |
parent | df935429be40b02568d4bcf9ebfacf8011b85a85 (diff) | |
download | lwn-730f091b056524df2cb1c5f345f2d24e44236c19.tar.gz lwn-730f091b056524df2cb1c5f345f2d24e44236c19.zip |
Bluetooth: Increment management interface revision
This patch increments the management interface revision due to the
changes with the debug key command and other fixes.
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 d542f8af6a5d..d42c07d2a817 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -35,7 +35,7 @@ #include "smp.h" #define MGMT_VERSION 1 -#define MGMT_REVISION 6 +#define MGMT_REVISION 7 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST, |