diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-17 03:43:24 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-17 03:43:24 +0000 |
commit | 4ac25984232b3ae80be36c6357cf89f4c2919ca6 (patch) | |
tree | 5da5357d0ae6627cd184764ca69ef36f656cd0c7 /package/mac80211/patches/040-fix_pm_qos_compat.patch | |
parent | 75c0610d60b6ae67b0d5355e487800b2f711f2b2 (diff) |
mac80211: update to wireless-testing 2010-11-16
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24017 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/040-fix_pm_qos_compat.patch')
-rw-r--r-- | package/mac80211/patches/040-fix_pm_qos_compat.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/mac80211/patches/040-fix_pm_qos_compat.patch b/package/mac80211/patches/040-fix_pm_qos_compat.patch deleted file mode 100644 index 5a34eb933..000000000 --- a/package/mac80211/patches/040-fix_pm_qos_compat.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/include/linux/pm_qos_params.h -+++ b/include/linux/pm_qos_params.h -@@ -1,5 +1,8 @@ - #include <linux/version.h> - -+#ifndef __COMPAT_LINUX_PM_QOS_PARAMS_H -+#define __COMPAT_LINUX_PM_QOS_PARAMS_H -+ - #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25)) - #include_next <linux/pm_qos_params.h> - #else -@@ -30,3 +33,4 @@ int pm_qos_add_notifier(int qos, struct - int pm_qos_remove_notifier(int qos, struct notifier_block *notifier); - #endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25)) */ - -+#endif |