aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2020-03-08 09:12:50 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2020-03-08 10:49:47 +0200
commit985048f42714823ff55f24cd422cfe7651019710 (patch)
tree533bacbb9cbad5580d6b9bf627b9a2ebc1c85421 /net/bluetooth
parentBluetooth: Enable erroneous data reporting if WBS is supported (diff)
downloadwireguard-linux-985048f42714823ff55f24cd422cfe7651019710.tar.xz
wireguard-linux-985048f42714823ff55f24cd422cfe7651019710.zip
Bluetooth: Increment management interface revision
Increment the mgmt revision due to the recently added setting and command. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net/bluetooth')
-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 4abb5daeeca8..4da48618b271 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 15
+#define MGMT_REVISION 16
static const u16 mgmt_commands[] = {
MGMT_OP_READ_INDEX_LIST,