iwlwifi: don't call stop_device twice
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 30 Oct 2012 16:31:41 +0000 (18:31 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 31 Oct 2012 16:06:09 +0000 (17:06 +0100)
When we unregister from mac80211 it will down the device anyway.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/iwlwifi/dvm/main.c

index 2b50d11..4547f36 100644 (file)
@@ -1507,10 +1507,6 @@ static void iwl_op_mode_dvm_stop(struct iwl_op_mode *op_mode)
 
        iwl_tt_exit(priv);
 
-       /*This will stop the queues, move the device to low power state */
-       priv->ucode_loaded = false;
-       iwl_trans_stop_device(priv->trans);
-
        kfree(priv->eeprom_blob);
        iwl_free_eeprom_data(priv->eeprom_data);