On Thu, 2013-02-28 at 10:55 +0100, Stanislaw Gruszka wrote: > +static void cfg80211_leave_all(struct cfg80211_registered_device *rdev) > +{ > + struct wireless_dev *wdev; > + > + list_for_each_entry_rcu(wdev, &rdev->wdev_list, list) > + cfg80211_leave(rdev, wdev); That should not be the _rcu variant, I'll fix it. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html