aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl3945-base.c
diff options
context:
space:
mode:
authorZhu Yi <yi.zhu@intel.com>2007-09-26 23:27:30 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:53:19 -0400
commit583fab37da52199a8b1ea30d9c39dc95f1ead24f (patch)
tree3a1670336c368f2fc55f15237b9ae050705613e3 /drivers/net/wireless/iwlwifi/iwl3945-base.c
parent279632be3f546f4d88bdb086fa71479bcde9d641 (diff)
[PATCH] iwlwifi: replacing IPW with IWL in error messages
This patch repaces IPW with IWL in error messages. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl3945-base.c')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl3945-base.c6
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 0700076e55b..2077f26e3e8 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,