|
@@ -1316,7 +1316,7 @@ static void iwl_irq_tasklet_legacy(struct iwl_priv *priv)
|
|
|
}
|
|
|
|
|
|
/* Re-enable all interrupts */
|
|
|
- /* only Re-enable if diabled by irq */
|
|
|
+ /* only Re-enable if disabled by irq */
|
|
|
if (test_bit(STATUS_INT_ENABLED, &priv->status))
|
|
|
iwl_enable_interrupts(priv);
|
|
|
|
|
@@ -1530,7 +1530,7 @@ static void iwl_irq_tasklet(struct iwl_priv *priv)
|
|
|
}
|
|
|
|
|
|
/* Re-enable all interrupts */
|
|
|
- /* only Re-enable if diabled by irq */
|
|
|
+ /* only Re-enable if disabled by irq */
|
|
|
if (test_bit(STATUS_INT_ENABLED, &priv->status))
|
|
|
iwl_enable_interrupts(priv);
|
|
|
}
|