diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2020-07-30 20:40:11 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2020-07-31 16:41:09 +0300 |
commit | 79bf118957a1966344b247d240434d8047d02ac9 (patch) | |
tree | b1ebb99a5039df08cd638fd436f0f8dcb3a8bf3b /net/bluetooth/mgmt.c | |
parent | 9a9373ffc7338377c3837ce0ccd40f5c4402c9d1 (diff) | |
download | linux-79bf118957a1966344b247d240434d8047d02ac9.tar.xz |
Bluetooth: Increment management interface revision
Increment the mgmt revision due to the recently added new commands.
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 4ec0fee80344..5bbe71002fb9 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -40,7 +40,7 @@ #include "msft.h" #define MGMT_VERSION 1 -#define MGMT_REVISION 17 +#define MGMT_REVISION 18 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST, |