Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102742
b: refs/heads/master
c: 0b794d6
h: refs/heads/master
v: v3
  • Loading branch information
Ron Rindjunsky authored and John W. Linville committed May 22, 2008
1 parent 6953efe commit ec9df7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 02883017607dfc60ff188980368adbe942823492
refs/heads/master: 0b794d63c5db8d010d1584c694eba97f0391fca6
10 changes: 2 additions & 8 deletions trunk/drivers/net/wireless/iwlwifi/iwl4965-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -3958,13 +3958,6 @@ static void iwl4965_dealloc_ucode_pci(struct iwl_priv *priv)
iwl_free_fw_desc(priv->pci_dev, &priv->ucode_boot);
}

static void iwl4965_nic_start(struct iwl_priv *priv)
{
/* Remove all resets to allow NIC to operate */
iwl_write32(priv, CSR_RESET, 0);
}


/**
* iwl4965_read_ucode - Read uCode images from disk file.
*
Expand Down Expand Up @@ -4454,7 +4447,8 @@ static int __iwl4965_up(struct iwl_priv *priv)
}

/* start card; "initialize" will load runtime ucode */
iwl4965_nic_start(priv);
/* Remove all resets to allow NIC to operate */
iwl_write32(priv, CSR_RESET, 0);

IWL_DEBUG_INFO(DRV_NAME " is coming up\n");

Expand Down

0 comments on commit ec9df7a

Please sign in to comment.