iwlwifi: mvm: use the firmware to get the temperature during CT kill
authorLuciano Coelho <luciano.coelho@intel.com>
Thu, 4 Sep 2014 09:29:15 +0000 (12:29 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 14 Sep 2014 10:06:40 +0000 (13:06 +0300)
commita0a09243e02e0ad6a366139093d80b870ec9a16e
treea5027bca0554298925f89297ae1c0814cf54d71d
parent34e611ea2a9d88ccf77b2a073ab9b0c53e58e6f8
iwlwifi: mvm: use the firmware to get the temperature during CT kill

Reading the temperature directly from the hardware, without the help
of the firmware, is a complex process and is not entirely the same for
different hardware.  Also, some NICs don't easily allow access to the
sensors when the firmware is not running, which would add even more
complexity to the code.

To reduce the code complexity and to avoid code duplication between
the firmware and the driver, boot the firmware briefly to read the
current temperature while in CT kill mode.

Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/fw-api.h
drivers/net/wireless/iwlwifi/mvm/mac80211.c
drivers/net/wireless/iwlwifi/mvm/mvm.h
drivers/net/wireless/iwlwifi/mvm/ops.c
drivers/net/wireless/iwlwifi/mvm/tt.c
This page took 0.026023 seconds and 5 git commands to generate.