iwlwifi: dump error log when uCode error occurred

uCode error log contain information as to what the error was and where
it occurred necessary to debug any uCode issues.

Always log the information without special debug flag, this can help to
capture the important information when error happened.

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Acked-by: Ben Cahill <ben.m.cahill@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Šī revīzija ir iekļauta:
Wey-Yi Guy
2009-11-20 12:05:05 -08:00
revīziju iesūtīja John W. Linville
vecāks 5ade1e4dd1
revīzija 3a3ff72c18
3 mainīti faili ar 4 papildinājumiem un 7 dzēšanām

Parādīt failu

@@ -1604,7 +1604,6 @@ static int iwl_read_ucode(struct iwl_priv *priv)
return ret;
}
#ifdef CONFIG_IWLWIFI_DEBUG
static const char *desc_lookup_text[] = {
"OK",
"FAIL",
@@ -1697,6 +1696,8 @@ void iwl_dump_nic_error_log(struct iwl_priv *priv)
}
#ifdef CONFIG_IWLWIFI_DEBUG
#define EVENT_START_OFFSET (4 * sizeof(u32))
/**