Re: svn commit: r250609 - head/sys/dev/ath

2019-05-22 Thread Alexey Dokuchaev
On Wed, May 22, 2019 at 10:34:35AM -0600, Ian Lepore wrote: > On Wed, 2019-05-22 at 16:20 +, Alexey Dokuchaev wrote: > > On Mon, May 13, 2013 at 07:03:13PM +, Adrian Chadd wrote: > > > New Revision: 250609 > > > URL: http://svnweb.freebsd.org/changeset/base/250609 > > > > > > Log: > > >

Re: svn commit: r250609 - head/sys/dev/ath

2019-05-22 Thread Ian Lepore
On Wed, 2019-05-22 at 16:20 +, Alexey Dokuchaev wrote: > On Mon, May 13, 2013 at 07:03:13PM +, Adrian Chadd wrote: > > New Revision: 250609 > > URL: http://svnweb.freebsd.org/changeset/base/250609 > > > > Log: > > Since the node state is 100% back under the TX lock, just kill > > the use

Re: svn commit: r250609 - head/sys/dev/ath

2019-05-22 Thread Alexey Dokuchaev
On Mon, May 13, 2013 at 07:03:13PM +, Adrian Chadd wrote: > New Revision: 250609 > URL: http://svnweb.freebsd.org/changeset/base/250609 > > Log: > Since the node state is 100% back under the TX lock, just kill the use > of atomics. > > Modified: > head/sys/dev/ath/if_ath.c > > @@ -61