aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2022-01-26 18:30:12 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-01-27 12:35:13 -0800
commit91cb4c19118a19470a9d7d6dbdf64763bbbadcde (patch)
tree96c98552c7c50dd084185e947ef803571bc7fb08 /net/bluetooth/mgmt.c
parentBluetooth: hci_sync: Fix queuing commands when HCI_UNREGISTER is set (diff)
downloadlinux-dev-91cb4c19118a19470a9d7d6dbdf64763bbbadcde.tar.xz
linux-dev-91cb4c19118a19470a9d7d6dbdf64763bbbadcde.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/mgmt.c')
-rw-r--r--net/bluetooth/mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 08d6494f1b34..5dd684e0b259 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -42,7 +42,7 @@
#include "aosp.h"
#define MGMT_VERSION 1
-#define MGMT_REVISION 21
+#define MGMT_REVISION 22
static const u16 mgmt_commands[] = {
MGMT_OP_READ_INDEX_LIST,