Diff between de3cadbf40647d5a236fd3ebb8284eddcfda0986 and b0dfcc41f71ccb3c39f37efedfea8d0dab17fbab

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 11d9029..7e3b2a8 100644
--- a/tools/mgmt-tester.c
+++ b/tools/mgmt-tester.c
@@ -334,7 +334,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 = 0x0000021f; \
+		user->expected_supported_settings = 0x00000211; \
 		user->initial_settings = 0x00000000; \
 		user->unmet_conditions = 0; \
 		tester_add_full(name, data, \