diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2020-12-07 13:02:09 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2020-12-07 18:02:00 +0300 |
commit | e6ed8b78eae53788c5e80304b401c23896f86287 (patch) | |
tree | 9dae5b64ddb0839edf2d34c27de78ec5b801ad78 /net/bluetooth/mgmt.c | |
parent | 0671c0662383eefc272e107364cba7fe229dee44 (diff) | |
download | linux-e6ed8b78eae53788c5e80304b401c23896f86287.tar.xz |
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/mgmt.c')
-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 754489e4e065..fa0f7a4a1d2f 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -40,7 +40,7 @@ #include "msft.h" #define MGMT_VERSION 1 -#define MGMT_REVISION 18 +#define MGMT_REVISION 19 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST, |