diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-12-05 14:20:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-12-05 14:20:17 +0000 |
commit | aa63f0bef6a965aa2248409ce0c094fed475b20b (patch) | |
tree | 1fb391b3ae38d7774a48c079b663a8f15c9031aa /package/mac80211/patches/051-compat_workqueue.patch | |
parent | 4cc2b9bb06436a1a57fc3620ea62c4835f9b7d51 (diff) | |
download | upstream-aa63f0bef6a965aa2248409ce0c094fed475b20b.tar.gz upstream-aa63f0bef6a965aa2248409ce0c094fed475b20b.tar.bz2 upstream-aa63f0bef6a965aa2248409ce0c094fed475b20b.zip |
mac80211: update to 2011-12-01
SVN-Revision: 29436
Diffstat (limited to 'package/mac80211/patches/051-compat_workqueue.patch')
-rw-r--r-- | package/mac80211/patches/051-compat_workqueue.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package/mac80211/patches/051-compat_workqueue.patch b/package/mac80211/patches/051-compat_workqueue.patch deleted file mode 100644 index d94507db71..0000000000 --- a/package/mac80211/patches/051-compat_workqueue.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/compat/compat-2.6.36.c -+++ b/compat/compat-2.6.36.c -@@ -93,6 +93,8 @@ void compat_usb_scuttle_anchored_urbs(st - } - EXPORT_SYMBOL_GPL(compat_usb_scuttle_anchored_urbs); - -+#endif /* CONFIG_COMPAT_USB_URB_THREAD_FIX */ -+ - struct workqueue_struct *system_nrt_wq __read_mostly; - EXPORT_SYMBOL_GPL(system_nrt_wq); - -@@ -106,6 +108,3 @@ void compat_system_workqueue_destroy() - { - destroy_workqueue(system_nrt_wq); - } -- --#endif /* CONFIG_COMPAT_USB_URB_THREAD_FIX */ -- |