aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
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
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')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl3945-base.c6
-rw-r--r--drivers/net/wireless/iwlwifi/iwl4965-base.c6
2 files changed, 6 insertions, 6 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,
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,