diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-core.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.c b/drivers/net/wireless/iwlwifi/iwl-core.c index 02b70dcb93c3..b62ccd7acb4f 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.c +++ b/drivers/net/wireless/iwlwifi/iwl-core.c | |||
@@ -894,7 +894,7 @@ void iwlagn_fw_error(struct iwl_priv *priv, bool ondemand) | |||
894 | if (iwlagn_mod_params.restart_fw) { | 894 | if (iwlagn_mod_params.restart_fw) { |
895 | IWL_DEBUG(priv, IWL_DL_FW_ERRORS, | 895 | IWL_DEBUG(priv, IWL_DL_FW_ERRORS, |
896 | "Restarting adapter due to uCode error.\n"); | 896 | "Restarting adapter due to uCode error.\n"); |
897 | queue_work(priv->workqueue, &priv->restart); | 897 | queue_work(priv->shrd->workqueue, &priv->restart); |
898 | } else | 898 | } else |
899 | IWL_DEBUG(priv, IWL_DL_FW_ERRORS, | 899 | IWL_DEBUG(priv, IWL_DL_FW_ERRORS, |
900 | "Detected FW error, but not restarting\n"); | 900 | "Detected FW error, but not restarting\n"); |