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

2012-03-04 Thread Adrian Chadd
grr, i must've mis-pasted the line. thanks, I'll fix this. Adrian On 4 March 2012 16:53, Andrew Thompson wrote: > On 5 March 2012 12:13, Adrian Chadd wrote: >> Author: adrian >> Date: Sun Mar  4 23:13:52 2012 >> New Revision: 232526 >> URL: http://svn.freebsd.org/changeset/base/232526 >> >> L

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

2012-03-04 Thread Andrew Thompson
On 5 March 2012 12:13, Adrian Chadd wrote: > Author: adrian > Date: Sun Mar  4 23:13:52 2012 > New Revision: 232526 > URL: http://svn.freebsd.org/changeset/base/232526 > > Log: >  Add the thread id to the net80211 alq records. > >  This will (hopefully) aid in debugging concurrency related issues.

svn commit: r232526 - head/sys/net80211

2012-03-04 Thread Adrian Chadd
Author: adrian Date: Sun Mar 4 23:13:52 2012 New Revision: 232526 URL: http://svn.freebsd.org/changeset/base/232526 Log: Add the thread id to the net80211 alq records. This will (hopefully) aid in debugging concurrency related issues. Modified: head/sys/net80211/ieee80211_alq.c head/s