|
@@ -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
|