[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1236772199.20266.3.camel@johannes.local>
Date: Wed, 11 Mar 2009 12:49:59 +0100
From: Johannes Berg <johannes@...solutions.net>
To: "Luis R. Rodriguez" <mcgrof@...il.com>
Cc: "John W. Linville" <linville@...driver.com>,
David Miller <davem@...emloft.net>,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: pull request: wireless-next-2.6 2009-02-23
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
Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists