From e2bc1b3203d759b7d5f20b291bff407250015067 Mon Sep 17 00:00:00 2001 From: Shaakir Mohamed Date: Fri, 19 Jan 2018 15:49:23 -0800 Subject: [PATCH] qcacmn: Increase max value of unit test arguments to 100 Increase the maximum value of unit test arguments to 100 to include support DL OFDMA RU allocations for testing / debug. Change-Id: I33ed8d53931e33cc00069653ea38b543339203c0 CRs-Fixed: 2175616 --- wmi_unified_param.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmi_unified_param.h b/wmi_unified_param.h index 9853b554fb..aeafeb6f00 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -51,7 +51,7 @@ #define WMI_SMPS_MASK_LOWER_16BITS 0xFF #define WMI_SMPS_MASK_UPPER_3BITS 0x7 #define WMI_SMPS_PARAM_VALUE_S 29 -#define WMI_MAX_NUM_ARGS 8 +#define WMI_UNIT_TEST_MAX_NUM_ARGS 100 /* The size of the utc time in bytes. */ #define WMI_SIZE_UTC_TIME (10) /* The size of the utc time error in bytes. */ @@ -3576,7 +3576,7 @@ struct wmi_unit_test_cmd { uint32_t module_id; uint32_t num_args; uint32_t diag_token; - uint32_t args[WMI_MAX_NUM_ARGS]; + uint32_t args[WMI_UNIT_TEST_MAX_NUM_ARGS]; }; /**