aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/008-fix_netdev_unregister.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-09-22 11:36:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-09-22 11:36:38 +0000
commit4ea8a1f1f62369e3c3055d2cfd09e8d0e01c9766 (patch)
treeb7b2ab7270ddc7ffc69f7c24a3e918606d348794 /package/mac80211/patches/008-fix_netdev_unregister.patch
parentad639a0cd548c1d3fdd5fab7d0f9bf938ba2a2d9 (diff)
downloadupstream-4ea8a1f1f62369e3c3055d2cfd09e8d0e01c9766.tar.gz
upstream-4ea8a1f1f62369e3c3055d2cfd09e8d0e01c9766.tar.bz2
upstream-4ea8a1f1f62369e3c3055d2cfd09e8d0e01c9766.zip
AA: mac80211: merge ath9k fixes from bbattitude_adjustment
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@42647 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/008-fix_netdev_unregister.patch')
-rw-r--r--package/mac80211/patches/008-fix_netdev_unregister.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/mac80211/patches/008-fix_netdev_unregister.patch b/package/mac80211/patches/008-fix_netdev_unregister.patch
new file mode 100644
index 0000000000..8340da8f8d
--- /dev/null
+++ b/package/mac80211/patches/008-fix_netdev_unregister.patch
@@ -0,0 +1,14 @@
+--- a/net/mac80211/iface.c
++++ b/net/mac80211/iface.c
+@@ -1796,7 +1796,11 @@ 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,16,0)))
+ list_del(&unreg_list);
++#endif
+
+ list_for_each_entry_safe(sdata, tmp, &wdev_list, list) {
+ list_del(&sdata->list);