Diff between 5398ab2d779a8fbbb533713127e6751a65d4c3c1 and f43d33858d633746f458cfec8fe68e43295bd700

Changed Files

File Additions Deletions Status
tools/mgmt-tester.c +1 -1 modified

Full Patch

diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c
index 532957b..a860228 100644
--- a/tools/mgmt-tester.c
+++ b/tools/mgmt-tester.c
@@ -343,7 +343,7 @@ static void test_condition_complete(struct test_data *data)
 		user->test_data = data; \
 		user->expected_version = 0x06; \
 		user->expected_manufacturer = 0x003f; \
-		user->expected_supported_settings = 0x00003611; \
+		user->expected_supported_settings = 0x0000361b; \
 		user->initial_settings = 0x00000200; \
 		user->unmet_conditions = 0; \
 		tester_add_full(name, data, \