aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2020-01-15 21:35:32 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2020-01-16 09:40:47 +0200
commit117717e57440d2b5e07da40c621aa4f0ba423b80 (patch)
tree10260faad46e67388b282f85db47b8b296d3ea5e /net/bluetooth/mgmt.c
parentBluetooth: hci_qca: Enable power off/on support during hci down/up for QCA Rome (diff)
downloadlinux-dev-117717e57440d2b5e07da40c621aa4f0ba423b80.tar.xz
linux-dev-117717e57440d2b5e07da40c621aa4f0ba423b80.zip
Bluetooth: Increment management interface revision
Increment the mgmt revision due to the recently added commands. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@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 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,