Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172243
b: refs/heads/master
c: 52ce3e9
h: refs/heads/master
i:
  172241: 40a565b
  172239: c5b2b73
v: v3
  • Loading branch information
Zhu Yi authored and John W. Linville committed Dec 4, 2009
1 parent eaea366 commit 1bb46fc
Show file tree
Hide file tree
Showing 2 changed files with 12 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: 269ac5fd2d75b118d76a2291e28796527db2f3f8
refs/heads/master: 52ce3e9a7db754b78cf2cbabc87013f921b25b28
11 changes: 11 additions & 0 deletions trunk/drivers/net/wireless/ipw2x00/ipw2100.c
Original file line number Diff line number Diff line change
Expand Up @@ -6573,6 +6573,16 @@ static int ipw2100_resume(struct pci_dev *pci_dev)
}
#endif

static void ipw2100_shutdown(struct pci_dev *pci_dev)
{
struct ipw2100_priv *priv = pci_get_drvdata(pci_dev);

/* Take down the device; powers it off, etc. */
ipw2100_down(priv);

pci_disable_device(pci_dev);
}

#define IPW2100_DEV_ID(x) { PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, x }

static struct pci_device_id ipw2100_pci_id_table[] __devinitdata = {
Expand Down Expand Up @@ -6636,6 +6646,7 @@ static struct pci_driver ipw2100_pci_driver = {
.suspend = ipw2100_suspend,
.resume = ipw2100_resume,
#endif
.shutdown = ipw2100_shutdown,
};

/**
Expand Down

0 comments on commit 1bb46fc

Please sign in to comment.