diff options
author | Marcel Holtmann <[email protected]> | 2020-01-15 21:35:32 +0100 |
---|---|---|
committer | Johan Hedberg <[email protected]> | 2020-01-16 09:40:47 +0200 |
commit | 117717e57440d2b5e07da40c621aa4f0ba423b80 (patch) | |
tree | 10260faad46e67388b282f85db47b8b296d3ea5e | |
parent | ae563183b647b3bdb47e8a78a5de879adf733735 (diff) |
Bluetooth: Increment management interface revision
Increment the mgmt revision due to the recently added commands.
Signed-off-by: Marcel Holtmann <[email protected]>
Signed-off-by: Johan Hedberg <[email protected]>
-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 339c762eb6fd..0dc610faab70 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 14 +#define MGMT_REVISION 15 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST, |