]> Git Repo - linux.git/commitdiff
Bluetooth: Increment management interface revision
authorMarcel Holtmann <[email protected]>
Thu, 30 Jul 2020 17:40:11 +0000 (19:40 +0200)
committerJohan Hedberg <[email protected]>
Fri, 31 Jul 2020 13:41:09 +0000 (16:41 +0300)
Increment the mgmt revision due to the recently added new commands.

Signed-off-by: Marcel Holtmann <[email protected]>
Signed-off-by: Johan Hedberg <[email protected]>
net/bluetooth/mgmt.c

index 4ec0fee803445e79af31d4b19460a0a55d9032a5..5bbe71002fb9503caf087dfcfed6bec33dcd2cbb 100644 (file)
@@ -40,7 +40,7 @@
 #include "msft.h"
 
 #define MGMT_VERSION   1
-#define MGMT_REVISION  17
+#define MGMT_REVISION  18
 
 static const u16 mgmt_commands[] = {
        MGMT_OP_READ_INDEX_LIST,
This page took 0.069463 seconds and 4 git commands to generate.