1 --- acx-mac80211-20070610/pci.c 2007-06-10 20:23:27.000000000 +0200
2 +++ acx-mac80211-20070610.new/pci.c 2007-09-17 01:07:38.000000000 +0200
4 /** done with board specific setup **/
6 /* need to be able to restore PCI state after a suspend */
12 acx_init_task_scheduler(adev);
14 pci_disable_device(pdev);
15 fail_pci_enable_device:
18 pci_set_power_state(pdev, PCI_D3hot);
21 ieee80211_free_hw(ieee);
24 ieee80211_free_hw(adev->ieee);
26 /* put device into ACPI D3 mode (shutdown) */
28 pci_set_power_state(pdev, PCI_D3hot);