diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl3945-base.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl3945-base.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl3945-base.c b/drivers/net/wireless/iwlwifi/iwl3945-base.c index 0700076e55b2..2077f26e3e85 100644 --- a/drivers/net/wireless/iwlwifi/iwl3945-base.c +++ b/drivers/net/wireless/iwlwifi/iwl3945-base.c | |||
@@ -204,7 +204,7 @@ static void iwl_print_hex_dump(int level, void *p, u32 len) | |||
204 | * reclaiming packets (on 'tx done IRQ), if free space become > high mark, | 204 | * reclaiming packets (on 'tx done IRQ), if free space become > high mark, |
205 | * Tx queue resumed. | 205 | * Tx queue resumed. |
206 | * | 206 | * |
207 | * The IPW operates with six queues, one receive queue in the device's | 207 | * The IWL operates with six queues, one receive queue in the device's |
208 | * sram, one transmit queue for sending commands to the device firmware, | 208 | * sram, one transmit queue for sending commands to the device firmware, |
209 | * and four transmit queues for data. | 209 | * and four transmit queues for data. |
210 | ***************************************************/ | 210 | ***************************************************/ |
@@ -4591,12 +4591,12 @@ static void iwl_dump_nic_event_log(struct iwl_priv *priv) | |||
4591 | 4591 | ||
4592 | /* bail out if nothing in log */ | 4592 | /* bail out if nothing in log */ |
4593 | if (size == 0) { | 4593 | if (size == 0) { |
4594 | IWL_ERROR("Start IPW Event Log Dump: nothing in log\n"); | 4594 | IWL_ERROR("Start IWL Event Log Dump: nothing in log\n"); |
4595 | iwl_release_restricted_access(priv); | 4595 | iwl_release_restricted_access(priv); |
4596 | return; | 4596 | return; |
4597 | } | 4597 | } |
4598 | 4598 | ||
4599 | IWL_ERROR("Start IPW Event Log Dump: display count %d, wraps %d\n", | 4599 | IWL_ERROR("Start IWL Event Log Dump: display count %d, wraps %d\n", |
4600 | size, num_wraps); | 4600 | size, num_wraps); |
4601 | 4601 | ||
4602 | /* if uCode has wrapped back to top of log, start at the oldest entry, | 4602 | /* if uCode has wrapped back to top of log, start at the oldest entry, |