diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl4965-base.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl4965-base.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl4965-base.c b/drivers/net/wireless/iwlwifi/iwl4965-base.c index 7bc25f74e3ab..d0ec1a0807e7 100644 --- a/drivers/net/wireless/iwlwifi/iwl4965-base.c +++ b/drivers/net/wireless/iwlwifi/iwl4965-base.c | |||
@@ -203,7 +203,7 @@ static void iwl_print_hex_dump(int level, void *p, u32 len) | |||
203 | * reclaiming packets (on 'tx done IRQ), if free space become > high mark, | 203 | * reclaiming packets (on 'tx done IRQ), if free space become > high mark, |
204 | * Tx queue resumed. | 204 | * Tx queue resumed. |
205 | * | 205 | * |
206 | * The IPW operates with six queues, one receive queue in the device's | 206 | * The IWL operates with six queues, one receive queue in the device's |
207 | * sram, one transmit queue for sending commands to the device firmware, | 207 | * sram, one transmit queue for sending commands to the device firmware, |
208 | * and four transmit queues for data. | 208 | * and four transmit queues for data. |
209 | ***************************************************/ | 209 | ***************************************************/ |
@@ -4900,12 +4900,12 @@ static void iwl_dump_nic_event_log(struct iwl_priv *priv) | |||
4900 | 4900 | ||
4901 | /* bail out if nothing in log */ | 4901 | /* bail out if nothing in log */ |
4902 | if (size == 0) { | 4902 | if (size == 0) { |
4903 | IWL_ERROR("Start IPW Event Log Dump: nothing in log\n"); | 4903 | IWL_ERROR("Start IWL Event Log Dump: nothing in log\n"); |
4904 | iwl_release_restricted_access(priv); | 4904 | iwl_release_restricted_access(priv); |
4905 | return; | 4905 | return; |
4906 | } | 4906 | } |
4907 | 4907 | ||
4908 | IWL_ERROR("Start IPW Event Log Dump: display count %d, wraps %d\n", | 4908 | IWL_ERROR("Start IWL Event Log Dump: display count %d, wraps %d\n", |
4909 | size, num_wraps); | 4909 | size, num_wraps); |
4910 | 4910 | ||
4911 | /* if uCode has wrapped back to top of log, start at the oldest entry, | 4911 | /* if uCode has wrapped back to top of log, start at the oldest entry, |