diff options
Diffstat (limited to 'patches/network/36-workqueue.patch')
| -rw-r--r-- | patches/network/36-workqueue.patch | 16 | 
1 files changed, 0 insertions, 16 deletions
| diff --git a/patches/network/36-workqueue.patch b/patches/network/36-workqueue.patch deleted file mode 100644 index f7a2b1a7..00000000 --- a/patches/network/36-workqueue.patch +++ /dev/null @@ -1,16 +0,0 @@ -Backport commit 99b88a0ecbdbc6df03527292571b2b442965814a -The rest is backported in include/linux/compat-2.6.37.h - ---- a/net/mac80211/main.c -+++ b/net/mac80211/main.c -@@ -1194,6 +1194,10 @@ static void __exit ieee80211_exit(void) - 	rc80211_minstrel_ht_exit(); - 	rc80211_minstrel_exit(); -  -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,37)) -+	flush_scheduled_work(); -+#endif -+ - 	if (mesh_allocated) - 		ieee80211s_stop(); -  | 
