aboutsummaryrefslogtreecommitdiffstats
path: root/package/acx-mac80211/patches/011-no_pm.patch
diff options
context:
space:
mode:
authorMatteo Croce <matteo@openwrt.org>2007-10-03 17:30:27 +0000
committerMatteo Croce <matteo@openwrt.org>2007-10-03 17:30:27 +0000
commit0d0e1ba7e7287bd744eabdf56cffd7b01577a8f9 (patch)
treea37bea8c7739ea1a6faf05ecdb18f40d97c98953 /package/acx-mac80211/patches/011-no_pm.patch
parent2699938e8673913e835505bbe2888940cf049d37 (diff)
downloadupstream-0d0e1ba7e7287bd744eabdf56cffd7b01577a8f9.tar.gz
upstream-0d0e1ba7e7287bd744eabdf56cffd7b01577a8f9.tar.bz2
upstream-0d0e1ba7e7287bd744eabdf56cffd7b01577a8f9.zip
upgrade acx and acx-mac80211, removed two patches now unneeded
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9112 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx-mac80211/patches/011-no_pm.patch')
-rw-r--r--package/acx-mac80211/patches/011-no_pm.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/package/acx-mac80211/patches/011-no_pm.patch b/package/acx-mac80211/patches/011-no_pm.patch
deleted file mode 100644
index a78e453a89..0000000000
--- a/package/acx-mac80211/patches/011-no_pm.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- acx-mac80211-20070610/pci.c 2007-06-10 20:23:27.000000000 +0200
-+++ acx-mac80211-20070610.new/pci.c 2007-09-17 01:07:38.000000000 +0200
-@@ -1693,7 +1693,9 @@
- /** done with board specific setup **/
-
- /* need to be able to restore PCI state after a suspend */
-+#ifdef CONFIG_PM
- pci_save_state(pdev);
-+#endif
-
-
- acx_init_task_scheduler(adev);
-@@ -1740,7 +1742,9 @@
- pci_disable_device(pdev);
- fail_pci_enable_device:
-
-+#ifdef CONFIG_PM
- pci_set_power_state(pdev, PCI_D3hot);
-+#endif
- fail_register_netdev:
- ieee80211_free_hw(ieee);
- done:
-@@ -1809,7 +1821,9 @@
- ieee80211_free_hw(adev->ieee);
-
- /* put device into ACPI D3 mode (shutdown) */
-+#ifdef CONFIG_PM
- pci_set_power_state(pdev, PCI_D3hot);
-+#endif
- end:
- FN_EXIT0;
- } \ No newline at end of file