diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-scan.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-scan.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-scan.c b/drivers/net/wireless/iwlwifi/iwl-scan.c index 08f1bea8b652..faa6d34cb658 100644 --- a/drivers/net/wireless/iwlwifi/iwl-scan.c +++ b/drivers/net/wireless/iwlwifi/iwl-scan.c | |||
@@ -155,7 +155,6 @@ int iwl_scan_cancel(struct iwl_priv *priv) | |||
155 | queue_work(priv->workqueue, &priv->abort_scan); | 155 | queue_work(priv->workqueue, &priv->abort_scan); |
156 | return 0; | 156 | return 0; |
157 | } | 157 | } |
158 | EXPORT_SYMBOL(iwl_scan_cancel); | ||
159 | 158 | ||
160 | /** | 159 | /** |
161 | * iwl_scan_cancel_timeout - Cancel any currently executing HW scan | 160 | * iwl_scan_cancel_timeout - Cancel any currently executing HW scan |
@@ -180,7 +179,6 @@ int iwl_scan_cancel_timeout(struct iwl_priv *priv, unsigned long ms) | |||
180 | 179 | ||
181 | return test_bit(STATUS_SCAN_HW, &priv->status); | 180 | return test_bit(STATUS_SCAN_HW, &priv->status); |
182 | } | 181 | } |
183 | EXPORT_SYMBOL(iwl_scan_cancel_timeout); | ||
184 | 182 | ||
185 | /* Service response to REPLY_SCAN_CMD (0x80) */ | 183 | /* Service response to REPLY_SCAN_CMD (0x80) */ |
186 | static void iwl_rx_reply_scan(struct iwl_priv *priv, | 184 | static void iwl_rx_reply_scan(struct iwl_priv *priv, |
@@ -288,7 +286,6 @@ void iwl_setup_rx_scan_handlers(struct iwl_priv *priv) | |||
288 | priv->rx_handlers[SCAN_COMPLETE_NOTIFICATION] = | 286 | priv->rx_handlers[SCAN_COMPLETE_NOTIFICATION] = |
289 | iwl_rx_scan_complete_notif; | 287 | iwl_rx_scan_complete_notif; |
290 | } | 288 | } |
291 | EXPORT_SYMBOL(iwl_setup_rx_scan_handlers); | ||
292 | 289 | ||
293 | inline u16 iwl_get_active_dwell_time(struct iwl_priv *priv, | 290 | inline u16 iwl_get_active_dwell_time(struct iwl_priv *priv, |
294 | enum ieee80211_band band, | 291 | enum ieee80211_band band, |
@@ -301,7 +298,6 @@ inline u16 iwl_get_active_dwell_time(struct iwl_priv *priv, | |||
301 | return IWL_ACTIVE_DWELL_TIME_24 + | 298 | return IWL_ACTIVE_DWELL_TIME_24 + |
302 | IWL_ACTIVE_DWELL_FACTOR_24GHZ * (n_probes + 1); | 299 | IWL_ACTIVE_DWELL_FACTOR_24GHZ * (n_probes + 1); |
303 | } | 300 | } |
304 | EXPORT_SYMBOL(iwl_get_active_dwell_time); | ||
305 | 301 | ||
306 | u16 iwl_get_passive_dwell_time(struct iwl_priv *priv, | 302 | u16 iwl_get_passive_dwell_time(struct iwl_priv *priv, |
307 | enum ieee80211_band band, | 303 | enum ieee80211_band band, |
@@ -333,7 +329,6 @@ u16 iwl_get_passive_dwell_time(struct iwl_priv *priv, | |||
333 | 329 | ||
334 | return passive; | 330 | return passive; |
335 | } | 331 | } |
336 | EXPORT_SYMBOL(iwl_get_passive_dwell_time); | ||
337 | 332 | ||
338 | void iwl_init_scan_params(struct iwl_priv *priv) | 333 | void iwl_init_scan_params(struct iwl_priv *priv) |
339 | { | 334 | { |
@@ -343,7 +338,6 @@ void iwl_init_scan_params(struct iwl_priv *priv) | |||
343 | if (!priv->scan_tx_ant[IEEE80211_BAND_2GHZ]) | 338 | if (!priv->scan_tx_ant[IEEE80211_BAND_2GHZ]) |
344 | priv->scan_tx_ant[IEEE80211_BAND_2GHZ] = ant_idx; | 339 | priv->scan_tx_ant[IEEE80211_BAND_2GHZ] = ant_idx; |
345 | } | 340 | } |
346 | EXPORT_SYMBOL(iwl_init_scan_params); | ||
347 | 341 | ||
348 | static int __must_check iwl_scan_initiate(struct iwl_priv *priv, | 342 | static int __must_check iwl_scan_initiate(struct iwl_priv *priv, |
349 | struct ieee80211_vif *vif, | 343 | struct ieee80211_vif *vif, |
@@ -439,7 +433,6 @@ out_unlock: | |||
439 | 433 | ||
440 | return ret; | 434 | return ret; |
441 | } | 435 | } |
442 | EXPORT_SYMBOL(iwl_mac_hw_scan); | ||
443 | 436 | ||
444 | /* | 437 | /* |
445 | * internal short scan, this function should only been called while associated. | 438 | * internal short scan, this function should only been called while associated. |
@@ -536,7 +529,6 @@ u16 iwl_fill_probe_req(struct iwl_priv *priv, struct ieee80211_mgmt *frame, | |||
536 | 529 | ||
537 | return (u16)len; | 530 | return (u16)len; |
538 | } | 531 | } |
539 | EXPORT_SYMBOL(iwl_fill_probe_req); | ||
540 | 532 | ||
541 | static void iwl_bg_abort_scan(struct work_struct *work) | 533 | static void iwl_bg_abort_scan(struct work_struct *work) |
542 | { | 534 | { |
@@ -621,7 +613,6 @@ void iwl_setup_scan_deferred_work(struct iwl_priv *priv) | |||
621 | INIT_WORK(&priv->start_internal_scan, iwl_bg_start_internal_scan); | 613 | INIT_WORK(&priv->start_internal_scan, iwl_bg_start_internal_scan); |
622 | INIT_DELAYED_WORK(&priv->scan_check, iwl_bg_scan_check); | 614 | INIT_DELAYED_WORK(&priv->scan_check, iwl_bg_scan_check); |
623 | } | 615 | } |
624 | EXPORT_SYMBOL(iwl_setup_scan_deferred_work); | ||
625 | 616 | ||
626 | void iwl_cancel_scan_deferred_work(struct iwl_priv *priv) | 617 | void iwl_cancel_scan_deferred_work(struct iwl_priv *priv) |
627 | { | 618 | { |
@@ -635,4 +626,3 @@ void iwl_cancel_scan_deferred_work(struct iwl_priv *priv) | |||
635 | mutex_unlock(&priv->mutex); | 626 | mutex_unlock(&priv->mutex); |
636 | } | 627 | } |
637 | } | 628 | } |
638 | EXPORT_SYMBOL(iwl_cancel_scan_deferred_work); | ||