diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2020-04-03 21:44:06 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2020-04-05 14:53:15 +0300 |
commit | 3679fe7d43c65e07f00afb216987f33e152ceb6f (patch) | |
tree | 8539b25adc19684ac7a5b228513eefa9e768ad4a /net/bluetooth | |
parent | bc292258c580a82c9baef0a64f66971e010a40a9 (diff) | |
download | linux-3679fe7d43c65e07f00afb216987f33e152ceb6f.tar.bz2 |
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.c | 2 |
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, |