Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170936
b: refs/heads/master
c: 008a9e3
h: refs/heads/master
v: v3
  • Loading branch information
Ben Cahill authored and John W. Linville committed Oct 27, 2009
1 parent 988f440 commit abd3a05
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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: 743cdf1b65656faf1e6f1f74278c52b89a0b7360
refs/heads/master: 008a9e3e3c37abd7f56d2478fe92d5874de3630a
2 changes: 0 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/iwl-3945.c
Original file line number Diff line number Diff line change
Expand Up @@ -991,8 +991,6 @@ static int iwl3945_apm_init(struct iwl_priv *priv)
{
int ret;

iwl_power_initialize(priv);

/* Configure chip clock phase-lock-loop */
iwl_set_bit(priv, CSR_ANA_PLL_CFG, CSR39_ANA_PLL_CFG_VAL);

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/iwlwifi/iwl3945-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -4064,6 +4064,7 @@ static int iwl3945_pci_probe(struct pci_dev *pdev, const struct pci_device_id *e
&priv->bands[IEEE80211_BAND_2GHZ].channels[5]);
iwl3945_setup_deferred_work(priv);
iwl3945_setup_rx_handlers(priv);
iwl_power_initialize(priv);

/*********************************
* 8. Setup and Register mac80211
Expand Down

0 comments on commit abd3a05

Please sign in to comment.