diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-core.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-core.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h index 64f139e97444..b5db050b22d1 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.h +++ b/drivers/net/wireless/iwlwifi/iwl-core.h | |||
@@ -186,12 +186,9 @@ struct ieee80211_hw *iwl_alloc_all(struct iwl_cfg *cfg, | |||
186 | void iwl_hw_detect(struct iwl_priv *priv); | 186 | void iwl_hw_detect(struct iwl_priv *priv); |
187 | 187 | ||
188 | void iwl_clear_stations_table(struct iwl_priv *priv); | 188 | void iwl_clear_stations_table(struct iwl_priv *priv); |
189 | void iwl_free_calib_results(struct iwl_priv *priv); | ||
190 | void iwl_reset_qos(struct iwl_priv *priv); | 189 | void iwl_reset_qos(struct iwl_priv *priv); |
191 | void iwl_set_rxon_chain(struct iwl_priv *priv); | 190 | void iwl_set_rxon_chain(struct iwl_priv *priv); |
192 | int iwl_set_rxon_channel(struct iwl_priv *priv, | 191 | int iwl_set_rxon_channel(struct iwl_priv *priv, struct ieee80211_channel *ch); |
193 | enum ieee80211_band band, | ||
194 | u16 channel); | ||
195 | void iwl_set_rxon_ht(struct iwl_priv *priv, struct iwl_ht_info *ht_info); | 192 | void iwl_set_rxon_ht(struct iwl_priv *priv, struct iwl_ht_info *ht_info); |
196 | u8 iwl_is_fat_tx_allowed(struct iwl_priv *priv, | 193 | u8 iwl_is_fat_tx_allowed(struct iwl_priv *priv, |
197 | struct ieee80211_ht_info *sta_ht_inf); | 194 | struct ieee80211_ht_info *sta_ht_inf); |
@@ -291,6 +288,13 @@ int iwl_scan_initiate(struct iwl_priv *priv); | |||
291 | void iwl_setup_rx_scan_handlers(struct iwl_priv *priv); | 288 | void iwl_setup_rx_scan_handlers(struct iwl_priv *priv); |
292 | void iwl_setup_scan_deferred_work(struct iwl_priv *priv); | 289 | void iwl_setup_scan_deferred_work(struct iwl_priv *priv); |
293 | 290 | ||
291 | /******************************************************************************* | ||
292 | * Calibrations - implemented in iwl-calib.c | ||
293 | ******************************************************************************/ | ||
294 | int iwl_send_calib_results(struct iwl_priv *priv); | ||
295 | int iwl_calib_set(struct iwl_calib_result *res, const u8 *buf, int len); | ||
296 | void iwl_calib_free_results(struct iwl_priv *priv); | ||
297 | |||
294 | /***************************************************** | 298 | /***************************************************** |
295 | * S e n d i n g H o s t C o m m a n d s * | 299 | * S e n d i n g H o s t C o m m a n d s * |
296 | *****************************************************/ | 300 | *****************************************************/ |