iwlwifi: clarify hardware error message
When a hardware error is detected we need to be clear about that and not create impression that the microcode is able to deal with it. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
a562a9dda7
commit
58dba728b1
@ -923,7 +923,7 @@ static void iwl_irq_tasklet_legacy(struct iwl_priv *priv)
|
|||||||
|
|
||||||
/* Now service all interrupt bits discovered above. */
|
/* Now service all interrupt bits discovered above. */
|
||||||
if (inta & CSR_INT_BIT_HW_ERR) {
|
if (inta & CSR_INT_BIT_HW_ERR) {
|
||||||
IWL_ERR(priv, "Microcode HW error detected. Restarting.\n");
|
IWL_ERR(priv, "Hardware error detected. Restarting.\n");
|
||||||
|
|
||||||
/* Tell the device to stop sending interrupts */
|
/* Tell the device to stop sending interrupts */
|
||||||
iwl_disable_interrupts(priv);
|
iwl_disable_interrupts(priv);
|
||||||
@ -1096,7 +1096,7 @@ static void iwl_irq_tasklet(struct iwl_priv *priv)
|
|||||||
|
|
||||||
/* Now service all interrupt bits discovered above. */
|
/* Now service all interrupt bits discovered above. */
|
||||||
if (inta & CSR_INT_BIT_HW_ERR) {
|
if (inta & CSR_INT_BIT_HW_ERR) {
|
||||||
IWL_ERR(priv, "Microcode HW error detected. Restarting.\n");
|
IWL_ERR(priv, "Hardware error detected. Restarting.\n");
|
||||||
|
|
||||||
/* Tell the device to stop sending interrupts */
|
/* Tell the device to stop sending interrupts */
|
||||||
iwl_disable_interrupts(priv);
|
iwl_disable_interrupts(priv);
|
||||||
|
@ -1663,7 +1663,7 @@ static void iwl3945_irq_tasklet(struct iwl_priv *priv)
|
|||||||
|
|
||||||
/* Now service all interrupt bits discovered above. */
|
/* Now service all interrupt bits discovered above. */
|
||||||
if (inta & CSR_INT_BIT_HW_ERR) {
|
if (inta & CSR_INT_BIT_HW_ERR) {
|
||||||
IWL_ERR(priv, "Microcode HW error detected. Restarting.\n");
|
IWL_ERR(priv, "Hardware error detected. Restarting.\n");
|
||||||
|
|
||||||
/* Tell the device to stop sending interrupts */
|
/* Tell the device to stop sending interrupts */
|
||||||
iwl_disable_interrupts(priv);
|
iwl_disable_interrupts(priv);
|
||||||
|
Loading…
Reference in New Issue
Block a user