fw-api: CL 11494331 - update fw common interface files

Add WMI_THERMAL_MGMT_ACTION_CHAINSCALING def

Change-Id: I299fa6b0b0ef96d92db815bd5c4a9c4892f74cf1
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2020-09-01 18:00:47 -07:00
committed by snandini
parent ba2aa4ffd2
commit 51f223bb06
2 changed files with 8 additions and 1 deletions

View File

@@ -19217,6 +19217,13 @@ enum {
* lower_thresh_degreeC.
*/
WMI_THERMAL_MGMT_ACTION_NOTIFY_HOST = 2,
/* CHAIN SCALING -
* The target will switch tx chain mask from multi chains to single chain
* if the temperature rises above upper_thresh_degreeC.
* The target will switch tx chainmask back to multi chains if the
* temperature drops below upper_thresh_degreeC.
*/
WMI_THERMAL_MGMT_ACTION_CHAINSCALING = 3,
};
typedef struct {