diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-11-04 21:54:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-11-04 21:54:47 +0000 |
commit | af337563cb8736a7805b6debca6f90b9d026b444 (patch) | |
tree | 1c52b062a173f671d6e91119bcd7e3303cf1ec87 /package/mac80211/patches/407-ath5k_compat_fix.patch | |
parent | 2f8e54f6735724516c2a2b1c736a7202b6ea96af (diff) | |
download | upstream-af337563cb8736a7805b6debca6f90b9d026b444.tar.gz upstream-af337563cb8736a7805b6debca6f90b9d026b444.tar.bz2 upstream-af337563cb8736a7805b6debca6f90b9d026b444.zip |
mac80211: update to 2009-11-03
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18294 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/407-ath5k_compat_fix.patch')
-rw-r--r-- | package/mac80211/patches/407-ath5k_compat_fix.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/mac80211/patches/407-ath5k_compat_fix.patch b/package/mac80211/patches/407-ath5k_compat_fix.patch deleted file mode 100644 index a214343fb1..0000000000 --- a/package/mac80211/patches/407-ath5k_compat_fix.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/drivers/net/wireless/ath/ath5k/base.c -+++ b/drivers/net/wireless/ath/ath5k/base.c -@@ -238,7 +238,7 @@ static struct pci_driver ath5k_pci_drive - .remove = __devexit_p(ath5k_pci_remove), - #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,29)) - .driver.pm = ATH5K_PM_OPS, --#else -+#elif defined(CONFIG_PM) - .suspend = ath5k_pci_suspend_compat, - .resume = ath5k_pci_resume_compat, - #endif ---- a/compat/patches/11-dev-pm-ops.patch -+++ b/compat/patches/11-dev-pm-ops.patch -@@ -49,7 +49,7 @@ calls on compat code with only slight mo - .remove = __devexit_p(ath5k_pci_remove), - +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,29)) - .driver.pm = ATH5K_PM_OPS, --+#else -++#elif defined(CONFIG_PM) - + .suspend = ath5k_pci_suspend_compat, - + .resume = ath5k_pci_resume_compat, - +#endif |