Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78912
b: refs/heads/master
c: 49df2b3
h: refs/heads/master
v: v3
  • Loading branch information
Jes Sorensen authored and David S. Miller committed Jan 28, 2008
1 parent d46a6a0 commit 3023c74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb76bf29dd4aceaf877b8971fbfda8617abe6e05
refs/heads/master: 49df2b33478fd67e642d05786d06de322504842c
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/iwlwifi/iwl3945-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -8494,6 +8494,8 @@ static int iwl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
priv->power_mode = IWL_POWER_AC;
priv->user_txpower_limit = IWL_DEFAULT_TX_POWER;

iwl_disable_interrupts(priv);

pci_enable_msi(pdev);

err = request_irq(pdev->irq, iwl_isr, IRQF_SHARED, DRV_NAME, priv);
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/iwlwifi/iwl4965-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -9122,6 +9122,8 @@ static int iwl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
priv->power_mode = IWL_POWER_AC;
priv->user_txpower_limit = IWL_DEFAULT_TX_POWER;

iwl_disable_interrupts(priv);

pci_enable_msi(pdev);

err = request_irq(pdev->irq, iwl_isr, IRQF_SHARED, DRV_NAME, priv);
Expand Down

0 comments on commit 3023c74

Please sign in to comment.