qcacmn: Add TLV support for thermal throttling

1. Add multi radio support for thermal throttling
2. Add TLV WMI support for thermal throttling

Change-Id: I2cdbf9a4acdd9346c0fe3dd24c510885cc8fef8e
CRs-Fixed: 2041264
diff --git a/wmi_unified_param.h b/wmi_unified_param.h
index 0320e77..dc2137d 100644
--- a/wmi_unified_param.h
+++ b/wmi_unified_param.h
@@ -3478,6 +3478,7 @@
  * @tt_level_config: TT level config params
  */
 struct thermal_mitigation_params {
+	uint32_t pdev_id;
 	uint32_t enable;
 	uint32_t dc;
 	uint32_t dc_per_event;