diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2021-06-15 21:23:35 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2021-06-26 07:12:45 +0200 |
commit | 43e59cb7e6077110c4622e61a188e7703e8c7e36 (patch) | |
tree | 80b5c096031c1e5f492c158a883fd55c0a29a09a /net/bluetooth | |
parent | dd912f43bbda87ed37099a9287e4fbb7c85af706 (diff) |
Bluetooth: Increment management interface revision
Increment the mgmt revision due to recent changes.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'net/bluetooth')
-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 d1bf5a55ff85..3663f880df11 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 20 +#define MGMT_REVISION 21 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST, |