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
diff --git a/wmi_unified_param.h b/wmi_unified_param.h
index 9853b55..aeafeb6 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 @@
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];
};
/**