Date: Sat, 9 Mar 2013 21:04:25 -0800 From: Adrian Chadd <adrian@freebsd.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Cc: freebsd-current@freebsd.org Subject: Re: svn commit: r248127 - head/sys/net80211 Message-ID: <CAJ-Vmo=cOSfHXjHsrb72-tsADYDt8buqrOW6dQULWr9YT8qROw@mail.gmail.com> In-Reply-To: <201303100438.r2A4c61V049385@svn.freebsd.org> References: <201303100438.r2A4c61V049385@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
if I break the build again before bsdcan, I promise I'll buy a nice bottle of scotch and distribute small quantities to developers who ask. Adrian On 9 March 2013 20:38, Adrian Chadd <adrian@freebsd.org> wrote: > Author: adrian > Date: Sun Mar 10 04:38:06 2013 > New Revision: 248127 > URL: http://svnweb.freebsd.org/changeset/base/248127 > > Log: > Kill this, it's not needed at this point and (hopefully) the parent > has correctly locked the ic/vap. > > Modified: > head/sys/net80211/ieee80211_superg.c > > Modified: head/sys/net80211/ieee80211_superg.c > ============================================================================== > --- head/sys/net80211/ieee80211_superg.c Sun Mar 10 03:52:35 2013 (r248126) > +++ head/sys/net80211/ieee80211_superg.c Sun Mar 10 04:38:06 2013 (r248127) > @@ -534,8 +534,6 @@ ff_flush(struct mbuf *head, struct mbuf > struct ieee80211_node *ni; > struct ieee80211vap *vap; > > - IEEE80211_TX_LOCK_ASSERT(vap->iv_ic); > - > for (m = head; m != last; m = next) { > next = m->m_nextpkt; > m->m_nextpkt = NULL;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-Vmo=cOSfHXjHsrb72-tsADYDt8buqrOW6dQULWr9YT8qROw>