mac80211: add missing patch chunk
[oweals/openwrt.git] / package / kernel / mac80211 / patches / 008-fix_netdev_unregister.patch
index bd36215e01dc8889f932b5a3787ae6314a3e9287..a1e1ee7a95eda96d5bd3a0a2d292cd75cd98441e 100644 (file)
@@ -1,11 +1,13 @@
 --- a/net/mac80211/iface.c
 +++ b/net/mac80211/iface.c
-@@ -1825,6 +1825,11 @@ void ieee80211_remove_interfaces(struct 
+@@ -1916,6 +1916,13 @@ void ieee80211_remove_interfaces(struct
        }
        mutex_unlock(&local->iflist_mtx);
        unregister_netdevice_many(&unreg_list);
 +#if (!(LINUX_VERSION_CODE >= KERNEL_VERSION(3,10,45) && \
 +       LINUX_VERSION_CODE < KERNEL_VERSION(3,11,0)) && \
++     !(LINUX_VERSION_CODE >= KERNEL_VERSION(3,14,9) && \
++       LINUX_VERSION_CODE < KERNEL_VERSION(3,15,0)) && \
 +     (LINUX_VERSION_CODE < KERNEL_VERSION(3,16,0)))
 +      list_del(&unreg_list);
 +#endif