diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-06-18 18:58:03 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2015-06-18 20:11:46 +0300 |
commit | e58627d1ec840ee2d8aca5aeae9899319b58e8f0 (patch) | |
tree | e1912c858f588d71705d04fd975fc906504ff215 /net/bluetooth/mgmt.c | |
parent | db25be6657a56ba2d68aae1f90d796f527f65689 (diff) | |
download | linux-stable-e58627d1ec840ee2d8aca5aeae9899319b58e8f0.tar.gz linux-stable-e58627d1ec840ee2d8aca5aeae9899319b58e8f0.tar.bz2 linux-stable-e58627d1ec840ee2d8aca5aeae9899319b58e8f0.zip |
Bluetooth: Increment management interface revision
This patch increments the management interface revision due to
introduction of new multi-advertising feature and various bug 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 b132032f5710..2fe6f3bfc579 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -38,7 +38,7 @@ #include "mgmt_util.h" #define MGMT_VERSION 1 -#define MGMT_REVISION 9 +#define MGMT_REVISION 10 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST, |