diff options
author | John W. Linville | 2013-12-18 15:09:58 -0500 |
---|---|---|
committer | John W. Linville | 2013-12-18 15:09:58 -0500 |
commit | 623c43875f496fdd3fc0e6288bd0e06aa2b63c9d (patch) | |
tree | 8479dcd1a8f8f294de0d90a6e96f0ca9741f2383 /drivers/net/wireless/iwlwifi/mvm/tt.c | |
parent | 204e35a91c4b3327b7239d7687fbd4923edbbf08 (diff) | |
parent | cf4ef65446443eb485afe9419ea82b2efbe582a7 (diff) |
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
Diffstat (limited to 'drivers/net/wireless/iwlwifi/mvm/tt.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/mvm/tt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/tt.c b/drivers/net/wireless/iwlwifi/mvm/tt.c index 18be04da8e3f..a0ec7b3473bd 100644 --- a/drivers/net/wireless/iwlwifi/mvm/tt.c +++ b/drivers/net/wireless/iwlwifi/mvm/tt.c @@ -340,7 +340,7 @@ static void check_exit_ctkill(struct work_struct *work) iwl_trans_start_hw(mvm->trans); temp = check_nic_temperature(mvm); - iwl_trans_stop_hw(mvm->trans, false); + iwl_trans_stop_device(mvm->trans); if (temp < MIN_TEMPERATURE || temp > MAX_TEMPERATURE) { IWL_DEBUG_TEMP(mvm, "Failed to measure NIC temperature\n"); |