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. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part