]> Git Repo - linux.git/commitdiff
Bluetooth: Increment management interface revision
authorMarcel Holtmann <[email protected]>
Wed, 26 Jan 2022 17:30:12 +0000 (18:30 +0100)
committerLuiz Augusto von Dentz <[email protected]>
Thu, 27 Jan 2022 20:35:13 +0000 (12:35 -0800)
Increment the mgmt revision due to recent changes.

Signed-off-by: Marcel Holtmann <[email protected]>
Signed-off-by: Luiz Augusto von Dentz <[email protected]>
net/bluetooth/mgmt.c

index 08d6494f1b34e3db645adf2a113f8175135ea8d0..5dd684e0b2592361c7114d5671832a38b1b380c7 100644 (file)
@@ -42,7 +42,7 @@
 #include "aosp.h"
 
 #define MGMT_VERSION   1
-#define MGMT_REVISION  21
+#define MGMT_REVISION  22
 
 static const u16 mgmt_commands[] = {
        MGMT_OP_READ_INDEX_LIST,
This page took 0.088268 seconds and 4 git commands to generate.