Re: svn commit: r206419 - head/sys/net80211

2010-04-12 Thread Rui Paulo
On 11 Apr 2010, at 23:44, Sam Leffler wrote: > Rui Paulo wrote: >> Author: rpaulo >> Date: Fri Apr 9 12:06:19 2010 >> New Revision: 206419 >> URL: http://svn.freebsd.org/changeset/base/206419 >> Log: >> Use M_NOWAIT instead of M_WAITOK to avoid race conditions. >> > > Can you describe these r

Re: svn commit: r206419 - head/sys/net80211

2010-04-11 Thread Sam Leffler
Rui Paulo wrote: Author: rpaulo Date: Fri Apr 9 12:06:19 2010 New Revision: 206419 URL: http://svn.freebsd.org/changeset/base/206419 Log: Use M_NOWAIT instead of M_WAITOK to avoid race conditions. Can you describe these race conditions (or at least one of them)? Sam

svn commit: r206419 - head/sys/net80211

2010-04-09 Thread Rui Paulo
Author: rpaulo Date: Fri Apr 9 12:06:19 2010 New Revision: 206419 URL: http://svn.freebsd.org/changeset/base/206419 Log: Use M_NOWAIT instead of M_WAITOK to avoid race conditions. MFC after:1 month Modified: head/sys/net80211/ieee80211_amrr.c head/sys/net80211/ieee80211_rssadapt.c