Diff between 997fa6b2d0d9f453c11feba1b262e793c74b47a1 and cad62a72dfd68a64e34f730c09d7ff2b39aa0d1c

Changed Files

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

Full Patch

diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c
index 8eacb39..adfb45d 100644
--- a/tools/mgmt-tester.c
+++ b/tools/mgmt-tester.c
@@ -302,7 +302,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 = 0x000006ff; \
+		user->expected_supported_settings = 0x000007ff; \
 		user->initial_settings = 0x00000080; \
 		user->unmet_conditions = 0; \
 		tester_add_full(name, data, \
@@ -320,7 +320,7 @@ static void test_condition_complete(struct test_data *data)
 		user->test_data = data; \
 		user->expected_version = 0x05; \
 		user->expected_manufacturer = 0x003f; \
-		user->expected_supported_settings = 0x000000ff; \
+		user->expected_supported_settings = 0x000001ff; \
 		user->initial_settings = 0x00000080; \
 		user->unmet_conditions = 0; \
 		tester_add_full(name, data, \