Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2012 06:27:34 +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: r241500 - head/sys/dev/ath
Message-ID:  <201210130627.q9D6RYgB054557@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sat Oct 13 06:27:34 2012
New Revision: 241500
URL: http://svn.freebsd.org/changeset/base/241500

Log:
  Fix the non-TDMA build.

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	Sat Oct 13 03:56:33 2012	(r241499)
+++ head/sys/dev/ath/if_ath_tx.c	Sat Oct 13 06:27:34 2012	(r241500)
@@ -809,12 +809,11 @@ ath_tx_handoff_hw(struct ath_softc *sc, 
 		}
 #else
 		ATH_TXQ_INSERT_TAIL(txq, bf, bf_list);
-		ATH_KTR(sc, ATH_KTR_TX, 4,
-		    "ath_tx_handoff: non-tdma: txq=%u, add bf=%p, qbusy=%d, "
+		ATH_KTR(sc, ATH_KTR_TX, 3,
+		    "ath_tx_handoff: non-tdma: txq=%u, add bf=%p "
 		    "depth=%d",
 		    txq->axq_qnum,
 		    bf,
-		    qbusy,
 		    txq->axq_depth);
 		if (txq->axq_link == NULL) {
 			ath_hal_puttxbuf(ah, txq->axq_qnum, bf->bf_daddr);



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