From 59724c1ec112cfa08937c176467d3bc167811298 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 24 Apr 2013 12:48:30 +0300 Subject: [PATCH] tools/mgmt-tester: Update LE-only test case pre-conditions Starting with Linux 3.10 single mode controllers will always have the LE setting bit enabled in the current_settings mask. --- tools/mgmt-tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c index 3f16e6730..98165b998 100644 --- a/tools/mgmt-tester.c +++ b/tools/mgmt-tester.c @@ -339,7 +339,7 @@ static void test_condition_complete(struct test_data *data) user->expected_version = 0x06; \ user->expected_manufacturer = 0x003f; \ user->expected_supported_settings = 0x00000211; \ - user->initial_settings = 0x00000000; \ + user->initial_settings = 0x00000200; \ user->unmet_conditions = 0; \ tester_add_full(name, data, \ test_pre_setup, setup, func, NULL, \ -- 2.11.0