Diff between b4adb68dd4a2ad5f3594c4518ca859099d4cbdab and 0048931230a3b88af728c09237307fa0fdfbf079
Changed Files
| File | Additions | Deletions | Status |
| tools/mgmt-tester.c | +0 | -1 | modified |
Full Patch
diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c
index 9b92244..90eae67 100644
--- a/tools/mgmt-tester.c
+++ b/tools/mgmt-tester.c
@@ -949,7 +949,6 @@ static const char set_hs_on_param[] = { 0x01 };
static const char set_hs_invalid_param[] = { 0x02 };
static const char set_hs_garbage_param[] = { 0x01, 0x00 };
static const char set_hs_settings_param_1[] = { 0xc0, 0x01, 0x00, 0x00 };
-static const char set_hs_settings_param_2[] = { 0x81, 0x01, 0x00, 0x00 };
static const struct generic_data set_hs_on_success_test = {
.send_opcode = MGMT_OP_SET_HS,