|
@@ -257,8 +257,8 @@ int iwl_hw_nic_init(struct iwl_priv *priv)
|
|
spin_lock_irqsave(&priv->lock, flags);
|
|
spin_lock_irqsave(&priv->lock, flags);
|
|
priv->cfg->ops->lib->apm_ops.init(priv);
|
|
priv->cfg->ops->lib->apm_ops.init(priv);
|
|
|
|
|
|
- /* Set interrupt coalescing timer to 512 usecs */
|
|
|
|
- iwl_write8(priv, CSR_INT_COALESCING, 512 / 32);
|
|
|
|
|
|
+ /* Set interrupt coalescing calibration timer to default (512 usecs) */
|
|
|
|
+ iwl_write8(priv, CSR_INT_COALESCING, IWL_HOST_INT_CALIB_TIMEOUT_DEF);
|
|
|
|
|
|
spin_unlock_irqrestore(&priv->lock, flags);
|
|
spin_unlock_irqrestore(&priv->lock, flags);
|
|
|
|
|