summaryrefslogtreecommitdiff
path: root/patches/collateral-evolutions/network/17-netdev-queue/net_mac80211_iface.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/collateral-evolutions/network/17-netdev-queue/net_mac80211_iface.patch')
-rw-r--r--patches/collateral-evolutions/network/17-netdev-queue/net_mac80211_iface.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/collateral-evolutions/network/17-netdev-queue/net_mac80211_iface.patch b/patches/collateral-evolutions/network/17-netdev-queue/net_mac80211_iface.patch
index a6105b54..95c1e42d 100644
--- a/patches/collateral-evolutions/network/17-netdev-queue/net_mac80211_iface.patch
+++ b/patches/collateral-evolutions/network/17-netdev-queue/net_mac80211_iface.patch
@@ -1,6 +1,6 @@
--- a/net/mac80211/iface.c
+++ b/net/mac80211/iface.c
-@@ -1747,6 +1747,7 @@ void ieee80211_sdata_stop(struct ieee802
+@@ -1746,6 +1746,7 @@ void ieee80211_sdata_stop(struct ieee802
* Remove all interfaces, may only be called at hardware unregistration
* time because it doesn't do RCU-safe list removals.
*/
@@ -8,7 +8,7 @@
void ieee80211_remove_interfaces(struct ieee80211_local *local)
{
struct ieee80211_sub_if_data *sdata, *tmp;
-@@ -1783,6 +1784,22 @@ void ieee80211_remove_interfaces(struct
+@@ -1782,6 +1783,22 @@ void ieee80211_remove_interfaces(struct
kfree(sdata);
}
}