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, 0 insertions, 6 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-rx.c b/drivers/net/wireless/iwlwifi/iwl-rx.c index bc89393fb696..a21f6fe10fb7 100644 --- a/drivers/net/wireless/iwlwifi/iwl-rx.c +++ b/drivers/net/wireless/iwlwifi/iwl-rx.c | |||
@@ -118,7 +118,6 @@ int iwl_rx_queue_space(const struct iwl_rx_queue *q) | |||
118 | s = 0; | 118 | s = 0; |
119 | return s; | 119 | return s; |
120 | } | 120 | } |
121 | EXPORT_SYMBOL(iwl_rx_queue_space); | ||
122 | 121 | ||
123 | /** | 122 | /** |
124 | * iwl_rx_queue_update_write_ptr - Update the write pointer for the RX queue | 123 | * iwl_rx_queue_update_write_ptr - Update the write pointer for the RX queue |
@@ -170,7 +169,6 @@ void iwl_rx_queue_update_write_ptr(struct iwl_priv *priv, struct iwl_rx_queue *q | |||
170 | exit_unlock: | 169 | exit_unlock: |
171 | spin_unlock_irqrestore(&q->lock, flags); | 170 | spin_unlock_irqrestore(&q->lock, flags); |
172 | } | 171 | } |
173 | EXPORT_SYMBOL(iwl_rx_queue_update_write_ptr); | ||
174 | 172 | ||
175 | int iwl_rx_queue_alloc(struct iwl_priv *priv) | 173 | int iwl_rx_queue_alloc(struct iwl_priv *priv) |
176 | { | 174 | { |
@@ -211,7 +209,6 @@ err_rb: | |||
211 | err_bd: | 209 | err_bd: |
212 | return -ENOMEM; | 210 | return -ENOMEM; |
213 | } | 211 | } |
214 | EXPORT_SYMBOL(iwl_rx_queue_alloc); | ||
215 | 212 | ||
216 | 213 | ||
217 | void iwl_rx_spectrum_measure_notif(struct iwl_priv *priv, | 214 | void iwl_rx_spectrum_measure_notif(struct iwl_priv *priv, |
@@ -229,7 +226,6 @@ void iwl_rx_spectrum_measure_notif(struct iwl_priv *priv, | |||
229 | memcpy(&priv->measure_report, report, sizeof(*report)); | 226 | memcpy(&priv->measure_report, report, sizeof(*report)); |
230 | priv->measurement_status |= MEASUREMENT_READY; | 227 | priv->measurement_status |= MEASUREMENT_READY; |
231 | } | 228 | } |
232 | EXPORT_SYMBOL(iwl_rx_spectrum_measure_notif); | ||
233 | 229 | ||
234 | void iwl_recover_from_statistics(struct iwl_priv *priv, | 230 | void iwl_recover_from_statistics(struct iwl_priv *priv, |
235 | struct iwl_rx_packet *pkt) | 231 | struct iwl_rx_packet *pkt) |
@@ -249,7 +245,6 @@ void iwl_recover_from_statistics(struct iwl_priv *priv, | |||
249 | !priv->cfg->ops->lib->check_plcp_health(priv, pkt)) | 245 | !priv->cfg->ops->lib->check_plcp_health(priv, pkt)) |
250 | iwl_force_reset(priv, IWL_RF_RESET, false); | 246 | iwl_force_reset(priv, IWL_RF_RESET, false); |
251 | } | 247 | } |
252 | EXPORT_SYMBOL(iwl_recover_from_statistics); | ||
253 | 248 | ||
254 | /* | 249 | /* |
255 | * returns non-zero if packet should be dropped | 250 | * returns non-zero if packet should be dropped |
@@ -302,4 +297,3 @@ int iwl_set_decrypted_flag(struct iwl_priv *priv, | |||
302 | } | 297 | } |
303 | return 0; | 298 | return 0; |
304 | } | 299 | } |
305 | EXPORT_SYMBOL(iwl_set_decrypted_flag); | ||