diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2021-03-24 15:10:59 +0100 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2021-03-26 22:05:22 +0100 |
commit | d58cf00dcedb9882ba6e933443371444d8a23b77 (patch) | |
tree | 6717bd87ab481921d559bbcc8d23a99451f3a6fd /net/bluetooth | |
parent | Bluetooth: Move the advertisement monitor events to correct list (diff) | |
download | linux-d58cf00dcedb9882ba6e933443371444d8a23b77.tar.xz linux-d58cf00dcedb9882ba6e933443371444d8a23b77.zip |
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 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, |