qcacmn: Add FIPS wmi tlv support
Add WMI TLV suport for FIPS test.
Change-Id: Ief6aca5ef52ef73701d130914942733062ae09bb
CRs-Fixed: 1107814
diff --git a/wmi_unified_param.h b/wmi_unified_param.h
index 2c748f9..3a5aee9 100644
--- a/wmi_unified_param.h
+++ b/wmi_unified_param.h
@@ -4114,9 +4114,10 @@
* @key: pointer to key
* @key_len: length of key
* @data: pointer data buf
- * @data_len: lenght of sata buf
+ * @data_len: lenght of data buf
* @mode: mode
* @op: operation
+ * @pdev_id: pdev_id for identifying the MAC
*/
struct fips_params {
uint8_t *key;
@@ -4125,6 +4126,7 @@
uint32_t data_len;
uint32_t mode;
uint32_t op;
+ uint32_t pdev_id;
};
/**