aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2020-04-03 21:44:06 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2020-04-05 14:53:15 +0300
commit3679fe7d43c65e07f00afb216987f33e152ceb6f (patch)
tree8539b25adc19684ac7a5b228513eefa9e768ad4a /net/bluetooth
parentBluetooth: Add support for reading security information (diff)
downloadwireguard-linux-3679fe7d43c65e07f00afb216987f33e152ceb6f.tar.xz
wireguard-linux-3679fe7d43c65e07f00afb216987f33e152ceb6f.zip
Bluetooth: Increment management interface revision
Increment the mgmt revision due to the recently added new commands. 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 7b9eac339c87..f8c0a4fc8090 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 16
+#define MGMT_REVISION 17
static const u16 mgmt_commands[] = {
MGMT_OP_READ_INDEX_LIST,