aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/910-fix-reversed-warn-on-workqueue.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-12-05 14:20:17 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-12-05 14:20:17 +0000
commitaa63f0bef6a965aa2248409ce0c094fed475b20b (patch)
tree1fb391b3ae38d7774a48c079b663a8f15c9031aa /package/mac80211/patches/910-fix-reversed-warn-on-workqueue.patch
parent4cc2b9bb06436a1a57fc3620ea62c4835f9b7d51 (diff)
downloadupstream-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/910-fix-reversed-warn-on-workqueue.patch')
-rw-r--r--package/mac80211/patches/910-fix-reversed-warn-on-workqueue.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mac80211/patches/910-fix-reversed-warn-on-workqueue.patch b/package/mac80211/patches/910-fix-reversed-warn-on-workqueue.patch
deleted file mode 100644
index b5985741ca..0000000000
--- a/package/mac80211/patches/910-fix-reversed-warn-on-workqueue.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/compat/compat-2.6.36.c
-+++ b/compat/compat-2.6.36.c
-@@ -101,7 +101,7 @@ EXPORT_SYMBOL_GPL(system_nrt_wq);
- void compat_system_workqueue_create()
- {
- system_nrt_wq = create_singlethread_workqueue("events_nrt");
-- WARN_ON(system_nrt_wq);
-+ WARN_ON(!system_nrt_wq);
- }
-
- void compat_system_workqueue_destroy()