From: Wey-Yi Guy Date: Wed, 20 Jan 2010 00:51:50 +0000 (-0800) Subject: iwlwifi: sysassert identifier change X-Git-Tag: v2.6.34-rc1~233^2~421^2~34 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a7fce6ee8dd693fb2a9d19ddf9ee1fe380893fa1;p=karo-tx-linux.git 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 Signed-off-by: Reinette Chatre --- 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[] = { "DEBUG_1", "DEBUG_2", "DEBUG_3", - "UNKNOWN" + "ADVANCED SYSASSERT" }; static const char *desc_lookup(int i)