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

Adrian Chadd adrian at FreeBSD.org
Tue Nov 27 08:40:49 UTC 2012


Author: adrian
Date: Tue Nov 27 08:40:48 2012
New Revision: 243606
URL: http://svnweb.freebsd.org/changeset/base/243606

Log:
  Correct some debugging output.

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

Modified: head/sys/dev/ath/if_ath_tdma.c
==============================================================================
--- head/sys/dev/ath/if_ath_tdma.c	Tue Nov 27 08:32:12 2012	(r243605)
+++ head/sys/dev/ath/if_ath_tdma.c	Tue Nov 27 08:40:48 2012	(r243606)
@@ -532,7 +532,7 @@ ath_tdma_update(struct ieee80211_node *n
 		DPRINTF(sc, ATH_DEBUG_TDMA_TIMER,
 		    "%s: calling ath_hal_adjusttsf: TSF=%llu, tsfdelta=%d\n",
 		    __func__,
-		    tsf_1,
+		    tsf,
 		    tsfdelta);
 
 #ifdef	ATH_DEBUG_ALQ


More information about the svn-src-head mailing list