Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2009 20:50:51 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r191017 - head/sys/net80211
Message-ID:  <200904132050.n3DKop7a083080@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sam
Date: Mon Apr 13 20:50:51 2009
New Revision: 191017
URL: http://svn.freebsd.org/changeset/base/191017

Log:
  correct debug printf

Modified:
  head/sys/net80211/ieee80211_tdma.c

Modified: head/sys/net80211/ieee80211_tdma.c
==============================================================================
--- head/sys/net80211/ieee80211_tdma.c	Mon Apr 13 20:50:07 2009	(r191016)
+++ head/sys/net80211/ieee80211_tdma.c	Mon Apr 13 20:50:51 2009	(r191017)
@@ -467,7 +467,7 @@ tdma_update(struct ieee80211vap *vap, co
 		IEEE80211_DPRINTF(vap, IEEE80211_MSG_TDMA,
 		    "%s: slot %u slotcnt %u slotlen %u us bintval %u\n",
 		    __func__, ts->tdma_slot, ts->tdma_slotcnt,
-		    100*ts->tdma_slotlen, ts->tdma_bintval);
+		    ts->tdma_slotlen, ts->tdma_bintval);
 	}
 	/*
 	 * Notify driver.  Note we can be called before



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