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);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to