commit | 242d9c8b9a9348ca3226323161b5e837937f830f | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Jun 11 15:38:13 2019 +0200 |
committer | Luca Coelho <luciano.coelho@intel.com> | Fri Sep 06 15:31:16 2019 +0300 |
tree | 6415bc83fe3e185f0bfa79e675773408a045ba53 | |
parent | 2e838c6f18db420e7fd3fd128418102f6bfe306c [diff] |
iwlwifi: mvm: use FW thermal monitoring regardless of CONFIG_THERMAL It doesn't make sense to use the FW thermal monitoring only if we have CONFIG_THERMAL, because then we use the default thresholds etc. which may be different from what the firmware implements, as we don't maintain them in the driver now. Only the CTDP code needs to actually be under CONFIG_THERMAL. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>