Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e861fd87 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cfg80211: fix rcu in cfg80211_unregister_wdev"

parents d36166bd 0a3809bb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1008,6 +1008,7 @@ void cfg80211_unregister_wdev(struct wireless_dev *wdev)
	nl80211_notify_iface(rdev, wdev, NL80211_CMD_DEL_INTERFACE);

	list_del_rcu(&wdev->list);
	synchronize_rcu();
	rdev->devlist_generation++;

	switch (wdev->iftype) {