diff options
author | Pavel Machek <pavel@ucw.cz> | 2005-09-03 18:56:58 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:06:16 -0400 |
commit | 583a4e88db1eadc52116e1f97b4519de655b2b80 (patch) | |
tree | d86d570bd4c20227efe4d19429a1955580c040ad /drivers/net/wireless/hostap | |
parent | ca078bae813dd46c0f9b102fdfb4a3384641ff48 (diff) |
[PATCH] fix pm_message_t stuff in -mm tree
This should bits from -mm tree that are affected by pm_message_t
conversion. [I'm not 100% sure I got all of them, but I certainly got all
the errors on make allyesconfig build, and most of warnings, too. I'll go
through the buildlog tommorow and fix any remaining bits].
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/net/wireless/hostap')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/hostap/hostap_pci.c b/drivers/net/wireless/hostap/hostap_pci.c index 4f567ef6178d..025f8cdb5566 100644 --- a/drivers/net/wireless/hostap/hostap_pci.c +++ b/drivers/net/wireless/hostap/hostap_pci.c | |||
@@ -416,7 +416,7 @@ static int prism2_pci_suspend(struct pci_dev *pdev, pm_message_t state) | |||
416 | prism2_suspend(dev); | 416 | prism2_suspend(dev); |
417 | pci_save_state(pdev); | 417 | pci_save_state(pdev); |
418 | pci_disable_device(pdev); | 418 | pci_disable_device(pdev); |
419 | pci_set_power_state(pdev, 3); | 419 | pci_set_power_state(pdev, PCI_D3hot); |
420 | 420 | ||
421 | return 0; | 421 | return 0; |
422 | } | 422 | } |