diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2021-03-24 17:10:59 +0300 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2021-03-27 00:05:22 +0300 |
commit | d58cf00dcedb9882ba6e933443371444d8a23b77 (patch) | |
tree | 6717bd87ab481921d559bbcc8d23a99451f3a6fd /net/bluetooth/mgmt.c | |
parent | 3d34a71ff8f8f95abd757c4fac70f07091b13314 (diff) | |
download | linux-d58cf00dcedb9882ba6e933443371444d8a23b77.tar.xz |
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/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 2426a0d38c80..09e099c419f2 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 19 +#define MGMT_REVISION 20 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST, |