diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-calib.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-calib.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-calib.h b/drivers/net/wireless/iwlwifi/iwl-calib.h index b8e57c59eac8..45f37cb2bfe2 100644 --- a/drivers/net/wireless/iwlwifi/iwl-calib.h +++ b/drivers/net/wireless/iwlwifi/iwl-calib.h | |||
@@ -71,7 +71,6 @@ | |||
71 | #include "iwl-core.h" | 71 | #include "iwl-core.h" |
72 | #include "iwl-dev.h" | 72 | #include "iwl-dev.h" |
73 | 73 | ||
74 | #ifdef CONFIG_IWLWIFI_RUN_TIME_CALIB | ||
75 | void iwl_chain_noise_calibration(struct iwl_priv *priv, | 74 | void iwl_chain_noise_calibration(struct iwl_priv *priv, |
76 | struct iwl4965_notif_statistics *stat_resp); | 75 | struct iwl4965_notif_statistics *stat_resp); |
77 | void iwl_sensitivity_calibration(struct iwl_priv *priv, | 76 | void iwl_sensitivity_calibration(struct iwl_priv *priv, |
@@ -86,24 +85,5 @@ static inline void iwl_chain_noise_reset(struct iwl_priv *priv) | |||
86 | priv->cfg->ops->utils->chain_noise_reset) | 85 | priv->cfg->ops->utils->chain_noise_reset) |
87 | priv->cfg->ops->utils->chain_noise_reset(priv); | 86 | priv->cfg->ops->utils->chain_noise_reset(priv); |
88 | } | 87 | } |
89 | #else | ||
90 | static inline void iwl_chain_noise_calibration(struct iwl_priv *priv, | ||
91 | struct iwl4965_notif_statistics *stat_resp) | ||
92 | { | ||
93 | } | ||
94 | static inline void iwl_sensitivity_calibration(struct iwl_priv *priv, | ||
95 | struct iwl4965_notif_statistics *resp) | ||
96 | { | ||
97 | } | ||
98 | static inline void iwl_init_sensitivity(struct iwl_priv *priv) | ||
99 | { | ||
100 | } | ||
101 | static inline void iwl_chain_noise_reset(struct iwl_priv *priv) | ||
102 | { | ||
103 | } | ||
104 | static inline void iwl_reset_run_time_calib(struct iwl_priv *priv) | ||
105 | { | ||
106 | } | ||
107 | #endif | ||
108 | 88 | ||
109 | #endif /* __iwl_calib_h__ */ | 89 | #endif /* __iwl_calib_h__ */ |