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

2014-04-20 Thread Adrian Chadd
I didn't say it in the commit message, but this should be MFCed to stable/10 . -a On 20 April 2014 19:05, Adrian Chadd wrote: > Author: adrian > Date: Mon Apr 21 02:05:51 2014 > New Revision: 264710 > URL: http://svnweb.freebsd.org/changeset/base/264710 > > Log: > Make sure bf_next is NULL'e

svn commit: r264710 - head/sys/dev/ath

2014-04-20 Thread Adrian Chadd
Author: adrian Date: Mon Apr 21 02:05:51 2014 New Revision: 264710 URL: http://svnweb.freebsd.org/changeset/base/264710 Log: Make sure bf_next is NULL'ed out when we're completing up an aggregate frame through the cleanup path. Whilst here, fix the indenting for something I messed up.