diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-spectrum.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-spectrum.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-spectrum.c b/drivers/net/wireless/iwlwifi/iwl-spectrum.c index aba1ef22fc61..022bcf115731 100644 --- a/drivers/net/wireless/iwlwifi/iwl-spectrum.c +++ b/drivers/net/wireless/iwlwifi/iwl-spectrum.c | |||
@@ -154,9 +154,9 @@ static int iwl_get_measurement(struct iwl_priv *priv, | |||
154 | switch (spectrum_resp_status) { | 154 | switch (spectrum_resp_status) { |
155 | case 0: /* Command will be handled */ | 155 | case 0: /* Command will be handled */ |
156 | if (res->u.spectrum.id != 0xff) { | 156 | if (res->u.spectrum.id != 0xff) { |
157 | IWL_DEBUG_INFO | 157 | IWL_DEBUG_INFO(priv, |
158 | ("Replaced existing measurement: %d\n", | 158 | "Replaced existing measurement: %d\n", |
159 | res->u.spectrum.id); | 159 | res->u.spectrum.id); |
160 | priv->measurement_status &= ~MEASUREMENT_READY; | 160 | priv->measurement_status &= ~MEASUREMENT_READY; |
161 | } | 161 | } |
162 | priv->measurement_status |= MEASUREMENT_ACTIVE; | 162 | priv->measurement_status |= MEASUREMENT_ACTIVE; |
@@ -181,7 +181,7 @@ static void iwl_rx_spectrum_measure_notif(struct iwl_priv *priv, | |||
181 | struct iwl_spectrum_notification *report = &(pkt->u.spectrum_notif); | 181 | struct iwl_spectrum_notification *report = &(pkt->u.spectrum_notif); |
182 | 182 | ||
183 | if (!report->state) { | 183 | if (!report->state) { |
184 | IWL_DEBUG(IWL_DL_11H, | 184 | IWL_DEBUG_11H(priv, |
185 | "Spectrum Measure Notification: Start\n"); | 185 | "Spectrum Measure Notification: Start\n"); |
186 | return; | 186 | return; |
187 | } | 187 | } |