diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-01-19 19:51:50 -0500 |
---|---|---|
committer | Reinette Chatre <reinette.chatre@intel.com> | 2010-01-29 14:13:33 -0500 |
commit | a7fce6ee8dd693fb2a9d19ddf9ee1fe380893fa1 (patch) | |
tree | 1600430e556eb056fc8d83fbebdb72c3fc4fc094 /drivers/net/wireless | |
parent | 49dcc819b077c2d473062e17d5a1373a8b660e02 (diff) |
iwlwifi: sysassert identifier change
Change in uCode to include a unique identifier as part of sysassert,
in order to tell the difference, add the "ADVANCED SYSASSERT" description
when dump nic error to indicate the difference.
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-agn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.c b/drivers/net/wireless/iwlwifi/iwl-agn.c index 380d2087bf3a..1c54425afe22 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn.c +++ b/drivers/net/wireless/iwlwifi/iwl-agn.c | |||
@@ -1757,7 +1757,7 @@ static const char *desc_lookup_text[] = { | |||
1757 | "DEBUG_1", | 1757 | "DEBUG_1", |
1758 | "DEBUG_2", | 1758 | "DEBUG_2", |
1759 | "DEBUG_3", | 1759 | "DEBUG_3", |
1760 | "UNKNOWN" | 1760 | "ADVANCED SYSASSERT" |
1761 | }; | 1761 | }; |
1762 | 1762 | ||
1763 | static const char *desc_lookup(int i) | 1763 | static const char *desc_lookup(int i) |