mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-20 09:54:43 +02:00
mac80211: fix a workqueue compat backport
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29271 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9ffbe98bd5
commit
29791a765c
18
package/mac80211/patches/051-compat_workqueue.patch
Normal file
18
package/mac80211/patches/051-compat_workqueue.patch
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
--- 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 */
|
||||||
|
-
|
Loading…
x
Reference in New Issue
Block a user