diff options
Diffstat (limited to 'drivers/net/wireless/iwlegacy/iwl-rx.c')
-rw-r--r-- | drivers/net/wireless/iwlegacy/iwl-rx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlegacy/iwl-rx.c b/drivers/net/wireless/iwlegacy/iwl-rx.c index 76f2361031bb..7a8ae556f2be 100644 --- a/drivers/net/wireless/iwlegacy/iwl-rx.c +++ b/drivers/net/wireless/iwlegacy/iwl-rx.c | |||
@@ -210,7 +210,7 @@ err_bd: | |||
210 | EXPORT_SYMBOL(il_rx_queue_alloc); | 210 | EXPORT_SYMBOL(il_rx_queue_alloc); |
211 | 211 | ||
212 | 212 | ||
213 | void il_rx_spectrum_measure_notif(struct il_priv *il, | 213 | void il_hdl_spectrum_measurement(struct il_priv *il, |
214 | struct il_rx_buf *rxb) | 214 | struct il_rx_buf *rxb) |
215 | { | 215 | { |
216 | struct il_rx_pkt *pkt = rxb_addr(rxb); | 216 | struct il_rx_pkt *pkt = rxb_addr(rxb); |
@@ -225,7 +225,7 @@ void il_rx_spectrum_measure_notif(struct il_priv *il, | |||
225 | memcpy(&il->measure_report, report, sizeof(*report)); | 225 | memcpy(&il->measure_report, report, sizeof(*report)); |
226 | il->measurement_status |= MEASUREMENT_READY; | 226 | il->measurement_status |= MEASUREMENT_READY; |
227 | } | 227 | } |
228 | EXPORT_SYMBOL(il_rx_spectrum_measure_notif); | 228 | EXPORT_SYMBOL(il_hdl_spectrum_measurement); |
229 | 229 | ||
230 | /* | 230 | /* |
231 | * returns non-zero if packet should be dropped | 231 | * returns non-zero if packet should be dropped |