diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-rx.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-rx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-rx.c b/drivers/net/wireless/iwlwifi/iwl-rx.c index c5eb379246ff..bd63b785f68c 100644 --- a/drivers/net/wireless/iwlwifi/iwl-rx.c +++ b/drivers/net/wireless/iwlwifi/iwl-rx.c | |||
@@ -624,8 +624,8 @@ static void iwl_rx_statistics(struct iwl_priv *priv, | |||
624 | iwl_rx_calc_noise(priv); | 624 | iwl_rx_calc_noise(priv); |
625 | queue_work(priv->workqueue, &priv->run_time_calib_work); | 625 | queue_work(priv->workqueue, &priv->run_time_calib_work); |
626 | } | 626 | } |
627 | if (priv->cfg->ops->lib->temperature && change) | 627 | if (priv->cfg->lib->temperature && change) |
628 | priv->cfg->ops->lib->temperature(priv); | 628 | priv->cfg->lib->temperature(priv); |
629 | } | 629 | } |
630 | 630 | ||
631 | static void iwl_rx_reply_statistics(struct iwl_priv *priv, | 631 | static void iwl_rx_reply_statistics(struct iwl_priv *priv, |
@@ -1103,7 +1103,7 @@ void iwl_setup_rx_handlers(struct iwl_priv *priv) | |||
1103 | handlers[REPLY_COMPRESSED_BA] = iwlagn_rx_reply_compressed_ba; | 1103 | handlers[REPLY_COMPRESSED_BA] = iwlagn_rx_reply_compressed_ba; |
1104 | 1104 | ||
1105 | /* Set up hardware specific Rx handlers */ | 1105 | /* Set up hardware specific Rx handlers */ |
1106 | priv->cfg->ops->lib->rx_handler_setup(priv); | 1106 | priv->cfg->lib->rx_handler_setup(priv); |
1107 | } | 1107 | } |
1108 | 1108 | ||
1109 | void iwl_rx_dispatch(struct iwl_priv *priv, struct iwl_rx_mem_buffer *rxb) | 1109 | void iwl_rx_dispatch(struct iwl_priv *priv, struct iwl_rx_mem_buffer *rxb) |