diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-rx.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-rx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-rx.c b/drivers/net/wireless/iwlwifi/iwl-rx.c index 0a407f79de01..cfc31ae4712b 100644 --- a/drivers/net/wireless/iwlwifi/iwl-rx.c +++ b/drivers/net/wireless/iwlwifi/iwl-rx.c | |||
@@ -627,9 +627,6 @@ void iwl_rx_statistics(struct iwl_priv *priv, | |||
627 | iwl_rx_calc_noise(priv); | 627 | iwl_rx_calc_noise(priv); |
628 | queue_work(priv->workqueue, &priv->run_time_calib_work); | 628 | queue_work(priv->workqueue, &priv->run_time_calib_work); |
629 | } | 629 | } |
630 | |||
631 | iwl_leds_background(priv); | ||
632 | |||
633 | if (priv->cfg->ops->lib->temp_ops.temperature && change) | 630 | if (priv->cfg->ops->lib->temp_ops.temperature && change) |
634 | priv->cfg->ops->lib->temp_ops.temperature(priv); | 631 | priv->cfg->ops->lib->temp_ops.temperature(priv); |
635 | } | 632 | } |