svn commit: r248127 - head/sys/net80211

Adrian Chadd adrian at freebsd.org
Sun Mar 10 05:04:27 UTC 2013


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 at 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;


More information about the svn-src-all mailing list