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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to