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
This commit is contained in:
Shaakir Mohamed
2018-01-19 15:49:23 -08:00
committed by snandini
parent 83aad50442
commit e2bc1b3203

View File

@@ -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];
};
/**