diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2012-12-04 15:53:30 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-12-06 16:24:51 -0500 |
commit | 8d96bb61fcfa11fb0c0da0d4f1331b7ca231bec1 (patch) | |
tree | d283ae929be855b82840eba1fd0c5b5b66cccf20 /drivers | |
parent | 6a06b6c131d529f2913513355dd9e7c4e05e8e42 (diff) |
iwlwifi: reset_ict in stop_hw
Since the device is taken down in stop_hw, call reset_ict
from there too.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/iwlwifi/pcie/trans.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/pcie/trans.c b/drivers/net/wireless/iwlwifi/pcie/trans.c index 09d2ed1e8020..39d6219ff8f3 100644 --- a/drivers/net/wireless/iwlwifi/pcie/trans.c +++ b/drivers/net/wireless/iwlwifi/pcie/trans.c | |||
@@ -635,6 +635,8 @@ static void iwl_trans_pcie_stop_hw(struct iwl_trans *trans, | |||
635 | iwl_disable_interrupts(trans); | 635 | iwl_disable_interrupts(trans); |
636 | spin_unlock_irqrestore(&trans_pcie->irq_lock, flags); | 636 | spin_unlock_irqrestore(&trans_pcie->irq_lock, flags); |
637 | 637 | ||
638 | iwl_pcie_disable_ict(trans); | ||
639 | |||
638 | if (!op_mode_leaving) { | 640 | if (!op_mode_leaving) { |
639 | /* | 641 | /* |
640 | * Even if we stop the HW, we still want the RF kill | 642 | * Even if we stop the HW, we still want the RF kill |