2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-03 19:24:02 +08:00

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>
This commit is contained in:
Marcel Holtmann 2020-01-15 21:35:32 +01:00 committed by Johan Hedberg
parent ae563183b6
commit 117717e574

View File

@ -38,7 +38,7 @@
#include "mgmt_util.h" #include "mgmt_util.h"
#define MGMT_VERSION 1 #define MGMT_VERSION 1
#define MGMT_REVISION 14 #define MGMT_REVISION 15
static const u16 mgmt_commands[] = { static const u16 mgmt_commands[] = {
MGMT_OP_READ_INDEX_LIST, MGMT_OP_READ_INDEX_LIST,