> >         struct wireless_dev *wdev;
> > -       struct wiphy *wiphy = wiphy_idx_to_wiphy(rdev->wiphy_idx);
> > +       struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy);
> >
> >         ASSERT_RTNL();
> >
> Seems after this patch we hit ASSERT_RTNL() when setup ibss (seems
> same for MONITOR)
> Simplest solution is move this assert after  if (iftype !=
> NL80211_IFTYPE_P2P_GO && ...) check, but I am not sure this is the
> best solution :)
> Anyway cfg80211_reg_can_beacon() need clear description about RTNL
> locking while drivers could call this ...

We actually have a different fix in the internal Intel tree already.
But yea you're right :)
I guess it should be pushed out soon (or maybe I'll push it).

Arik
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to