Search Linux Wireless

Re: pull request: wireless-next-2.6 2009-02-23

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux