diff mbox series

Bluetooth: Increment management interface revision

Message ID 20220126173012.81238-1-marcel@holtmann.org
State New
Headers show
Series Bluetooth: Increment management interface revision | expand

Commit Message

Marcel Holtmann Jan. 26, 2022, 5:30 p.m. UTC
Increment the mgmt revision due to recent changes.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Luiz Augusto von Dentz Jan. 27, 2022, 8:36 p.m. UTC | #1
Hi Marcel,

On Wed, Jan 26, 2022 at 2:26 PM <bluez.test.bot@gmail.com> wrote:
>
> This is automated email and please do not reply to this email!
>
> Dear submitter,
>
> Thank you for submitting the patches to the linux bluetooth mailing list.
> This is a CI test results with your patch series:
> PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=608717
>
> ---Test result---
>
> Test Summary:
> CheckPatch                    PASS      1.57 seconds
> GitLint                       PASS      0.99 seconds
> SubjectPrefix                 PASS      0.83 seconds
> BuildKernel                   PASS      27.93 seconds
> BuildKernel32                 PASS      24.44 seconds
> Incremental Build with patchesPASS      35.92 seconds
> TestRunner: Setup             PASS      422.60 seconds
> TestRunner: l2cap-tester      PASS      12.37 seconds
> TestRunner: bnep-tester       PASS      5.54 seconds
> TestRunner: mgmt-tester       PASS      96.92 seconds
> TestRunner: rfcomm-tester     PASS      6.75 seconds
> TestRunner: sco-tester        PASS      6.93 seconds
> TestRunner: smp-tester        PASS      6.92 seconds
> TestRunner: userchan-tester   PASS      5.78 seconds
>
>
>
> ---
> Regards,
> Linux Bluetooth

Applied, thanks.
diff mbox series

Patch

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 08d6494f1b34..5dd684e0b259 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -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,