svn commit: r233897 - head/sys/dev/ath

Adrian Chadd adrian at FreeBSD.org
Wed Apr 4 22:22:50 UTC 2012


Author: adrian
Date: Wed Apr  4 22:22:50 2012
New Revision: 233897
URL: http://svn.freebsd.org/changeset/base/233897

Log:
  Now that I've fixed the BAW TX hangs, disable this verbose debugging
  again.

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	Wed Apr  4 22:02:54 2012	(r233896)
+++ head/sys/dev/ath/if_ath_tx.c	Wed Apr  4 22:22:50 2012	(r233897)
@@ -2696,7 +2696,7 @@ ath_tx_tid_drain(struct ath_softc *sc, s
 			    mtod(bf->bf_m, const uint8_t *),
 			    bf->bf_m->m_len, 0, -1);
 
-			//t = 1;
+			t = 1;
 		}
 
 


More information about the svn-src-all mailing list