diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2008-06-30 05:23:07 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-06-30 17:37:39 -0400 |
commit | 8f91aecb4cdc2d786df8941e827b9dff3c10a4e4 (patch) | |
tree | 868178c41e3559b7f91bda02a78f4a9caea79fe6 /drivers/net/wireless/iwlwifi/iwl-calib.c | |
parent | 43d59b323743b8a01e9ad1a1b31b0d7c0ef6e35a (diff) |
iwlwifi: move RX stats to core, and move temperature to handler
This patch moves RX stats flow to core modules, and moves temperature
calibration to handler since it is not needed in 5000.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-calib.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-calib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-calib.c b/drivers/net/wireless/iwlwifi/iwl-calib.c index 48f58000b64b..ef49440bd7f6 100644 --- a/drivers/net/wireless/iwlwifi/iwl-calib.c +++ b/drivers/net/wireless/iwlwifi/iwl-calib.c | |||
@@ -470,7 +470,7 @@ void iwl_init_sensitivity(struct iwl_priv *priv) | |||
470 | EXPORT_SYMBOL(iwl_init_sensitivity); | 470 | EXPORT_SYMBOL(iwl_init_sensitivity); |
471 | 471 | ||
472 | void iwl_sensitivity_calibration(struct iwl_priv *priv, | 472 | void iwl_sensitivity_calibration(struct iwl_priv *priv, |
473 | struct iwl4965_notif_statistics *resp) | 473 | struct iwl_notif_statistics *resp) |
474 | { | 474 | { |
475 | u32 rx_enable_time; | 475 | u32 rx_enable_time; |
476 | u32 fa_cck; | 476 | u32 fa_cck; |
@@ -584,7 +584,7 @@ EXPORT_SYMBOL(iwl_sensitivity_calibration); | |||
584 | * 2) Differential rx gain settings to balance the 3 receivers. | 584 | * 2) Differential rx gain settings to balance the 3 receivers. |
585 | */ | 585 | */ |
586 | void iwl_chain_noise_calibration(struct iwl_priv *priv, | 586 | void iwl_chain_noise_calibration(struct iwl_priv *priv, |
587 | struct iwl4965_notif_statistics *stat_resp) | 587 | struct iwl_notif_statistics *stat_resp) |
588 | { | 588 | { |
589 | struct iwl_chain_noise_data *data = NULL; | 589 | struct iwl_chain_noise_data *data = NULL; |
590 | 590 | ||