Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2012 07:35:24 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r236879 - head/sys/dev/ath
Message-ID:  <201206110735.q5B7ZO4t050633@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon Jun 11 07:35:24 2012
New Revision: 236879
URL: http://svn.freebsd.org/changeset/base/236879

Log:
  Add another TID lock.

Modified:
  head/sys/dev/ath/if_ath_tx.c

Modified: head/sys/dev/ath/if_ath_tx.c
==============================================================================
--- head/sys/dev/ath/if_ath_tx.c	Mon Jun 11 07:31:50 2012	(r236878)
+++ head/sys/dev/ath/if_ath_tx.c	Mon Jun 11 07:35:24 2012	(r236879)
@@ -2149,6 +2149,7 @@ ath_tx_update_baw(struct ath_softc *sc, 
 	int seqno = SEQNO(bf->bf_state.bfs_seqno);
 
 	ATH_TXQ_LOCK_ASSERT(sc->sc_ac2q[tid->ac]);
+	ATH_TID_LOCK_ASSERT(sc, tid);
 
 	tap = ath_tx_get_tx_tid(an, tid->tid);
 	index  = ATH_BA_INDEX(tap->txa_start, seqno);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206110735.q5B7ZO4t050633>