|
@@ -1267,7 +1267,7 @@ static int ipw2100_start_adapter(struct ipw2100_priv *priv)
|
|
IPW2100_INTA_FATAL_ERROR |
|
|
IPW2100_INTA_FATAL_ERROR |
|
|
IPW2100_INTA_PARITY_ERROR);
|
|
IPW2100_INTA_PARITY_ERROR);
|
|
}
|
|
}
|
|
- } while (i--);
|
|
|
|
|
|
+ } while (--i);
|
|
|
|
|
|
/* Clear out any pending INTAs since we aren't supposed to have
|
|
/* Clear out any pending INTAs since we aren't supposed to have
|
|
* interrupts enabled at this point... */
|
|
* interrupts enabled at this point... */
|
|
@@ -1339,7 +1339,7 @@ static int ipw2100_power_cycle_adapter(struct ipw2100_priv *priv)
|
|
|
|
|
|
if (reg & IPW_AUX_HOST_RESET_REG_MASTER_DISABLED)
|
|
if (reg & IPW_AUX_HOST_RESET_REG_MASTER_DISABLED)
|
|
break;
|
|
break;
|
|
- } while (i--);
|
|
|
|
|
|
+ } while (--i);
|
|
|
|
|
|
priv->status &= ~STATUS_RESET_PENDING;
|
|
priv->status &= ~STATUS_RESET_PENDING;
|
|
|
|
|