Commit 583fab37 authored by Zhu Yi's avatar Zhu Yi Committed by David S. Miller

[PATCH] iwlwifi: replacing IPW with IWL in error messages

This patch repaces IPW with IWL in error messages.
Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarZhu Yi <yi.zhu@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 279632be
...@@ -204,7 +204,7 @@ static void iwl_print_hex_dump(int level, void *p, u32 len) ...@@ -204,7 +204,7 @@ static void iwl_print_hex_dump(int level, void *p, u32 len)
* reclaiming packets (on 'tx done IRQ), if free space become > high mark, * reclaiming packets (on 'tx done IRQ), if free space become > high mark,
* Tx queue resumed. * Tx queue resumed.
* *
* The IPW operates with six queues, one receive queue in the device's * The IWL operates with six queues, one receive queue in the device's
* sram, one transmit queue for sending commands to the device firmware, * sram, one transmit queue for sending commands to the device firmware,
* and four transmit queues for data. * and four transmit queues for data.
***************************************************/ ***************************************************/
...@@ -4591,12 +4591,12 @@ static void iwl_dump_nic_event_log(struct iwl_priv *priv) ...@@ -4591,12 +4591,12 @@ static void iwl_dump_nic_event_log(struct iwl_priv *priv)
/* bail out if nothing in log */ /* bail out if nothing in log */
if (size == 0) { if (size == 0) {
IWL_ERROR("Start IPW Event Log Dump: nothing in log\n"); IWL_ERROR("Start IWL Event Log Dump: nothing in log\n");
iwl_release_restricted_access(priv); iwl_release_restricted_access(priv);
return; return;
} }
IWL_ERROR("Start IPW Event Log Dump: display count %d, wraps %d\n", IWL_ERROR("Start IWL Event Log Dump: display count %d, wraps %d\n",
size, num_wraps); size, num_wraps);
/* if uCode has wrapped back to top of log, start at the oldest entry, /* if uCode has wrapped back to top of log, start at the oldest entry,
......
...@@ -203,7 +203,7 @@ static void iwl_print_hex_dump(int level, void *p, u32 len) ...@@ -203,7 +203,7 @@ static void iwl_print_hex_dump(int level, void *p, u32 len)
* reclaiming packets (on 'tx done IRQ), if free space become > high mark, * reclaiming packets (on 'tx done IRQ), if free space become > high mark,
* Tx queue resumed. * Tx queue resumed.
* *
* The IPW operates with six queues, one receive queue in the device's * The IWL operates with six queues, one receive queue in the device's
* sram, one transmit queue for sending commands to the device firmware, * sram, one transmit queue for sending commands to the device firmware,
* and four transmit queues for data. * and four transmit queues for data.
***************************************************/ ***************************************************/
...@@ -4900,12 +4900,12 @@ static void iwl_dump_nic_event_log(struct iwl_priv *priv) ...@@ -4900,12 +4900,12 @@ static void iwl_dump_nic_event_log(struct iwl_priv *priv)
/* bail out if nothing in log */ /* bail out if nothing in log */
if (size == 0) { if (size == 0) {
IWL_ERROR("Start IPW Event Log Dump: nothing in log\n"); IWL_ERROR("Start IWL Event Log Dump: nothing in log\n");
iwl_release_restricted_access(priv); iwl_release_restricted_access(priv);
return; return;
} }
IWL_ERROR("Start IPW Event Log Dump: display count %d, wraps %d\n", IWL_ERROR("Start IWL Event Log Dump: display count %d, wraps %d\n",
size, num_wraps); size, num_wraps);
/* if uCode has wrapped back to top of log, start at the oldest entry, /* if uCode has wrapped back to top of log, start at the oldest entry,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment