Explorar el Código

qcacld-3.0: Update thermal mitigation policy table

Update thermal mitigation policy table to fix the issue related to
thermal subcmd invoked from userspace

Change-Id: I5beb82d68253651736657d3131f4571e877d6042
CRs-Fixed: 3070375
Aleti Nageshwar Reddy hace 3 años
padre
commit
268acccd8f
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      core/hdd/src/wlan_hdd_thermal.c

+ 4 - 0
core/hdd/src/wlan_hdd_thermal.c

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2020-2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -50,6 +51,9 @@ const struct nla_policy
 		[QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_VALUE] = {.type = NLA_U32},
 		[QCA_WLAN_VENDOR_ATTR_THERMAL_LEVEL] = {
 						.type = NLA_U32},
+		[QCA_WLAN_VENDOR_ATTR_THERMAL_COMPLETION_WINDOW] = {
+						.type = NLA_U32},
+		[QCA_WLAN_VENDOR_ATTR_THERMAL_STATS] = {.type = NLA_NESTED},
 };
 
 #ifdef FEATURE_WPSS_THERMAL_MITIGATION