On Wed, Mar 11, 2009 at 4:49 AM, Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: > On Thu, 2009-02-26 at 19:18 -0800, Luis R. Rodriguez wrote: > >> > mutex_lock(&cfg80211_mtx) >> > ... >> > rtnl_lock() >> > ... >> > rtnl_unlock() >> > ... >> > mutex_unlock(&cfg80211_mtx) >> > >> > to >> > >> > rtnl_lock() >> > ... >> > mutex_lock(&cfg80211_mtx) >> > ... >> > mutex_unlock(&cfg80211_mtx) >> > ... >> > rtnl_unlock() >> > >> > everywhere. >> >> Sure, I'll give it a shot tomorrow unless someone else gets to it first. > > Did you get a chance to look at this? Otherwise I'll just do it later > today. Unfortunately not, please do. Luis -- 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