mac80211: Revision r36939 breaks support for RT5370 (rt2800usb)
[oweals/openwrt.git] / package / kernel / mac80211 / patches / 008-fix_netdev_unregister.patch
index 8340da8f8d85956db5aa385ad8d4d3b7fd8ee784..ab39a0ade703bdddf69c978549b4d472ca0c0d98 100644 (file)
@@ -1,13 +1,15 @@
 --- a/net/mac80211/iface.c
 +++ b/net/mac80211/iface.c
-@@ -1796,7 +1796,11 @@ void ieee80211_remove_interfaces(struct 
+@@ -1859,6 +1859,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);
++      list_del(&unreg_list);
 +#endif
  
        list_for_each_entry_safe(sdata, tmp, &wdev_list, list) {