svn commit: r191017 - head/sys/net80211

Sam Leffler sam at FreeBSD.org
Mon Apr 13 20:51:11 UTC 2009


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


More information about the svn-src-head mailing list