diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-01-19 16:51:50 -0800 |
---|---|---|
committer | Reinette Chatre <reinette.chatre@intel.com> | 2010-01-29 11:13:33 -0800 |
commit | a7fce6ee8dd693fb2a9d19ddf9ee1fe380893fa1 (patch) | |
tree | 1600430e556eb056fc8d83fbebdb72c3fc4fc094 | |
parent | 49dcc819b077c2d473062e17d5a1373a8b660e02 (diff) | |
download | op-kernel-dev-a7fce6ee8dd693fb2a9d19ddf9ee1fe380893fa1.zip op-kernel-dev-a7fce6ee8dd693fb2a9d19ddf9ee1fe380893fa1.tar.gz |
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>
-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 380d208..1c54425 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[] = { "DEBUG_1", "DEBUG_2", "DEBUG_3", - "UNKNOWN" + "ADVANCED SYSASSERT" }; static const char *desc_lookup(int i) |