From 551510597c8da7fe0de2eff9dde76b14fdc7f762 Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 13 Apr 2009 20:50:51 +0000 Subject: [PATCH] correct debug printf --- sys/net80211/ieee80211_tdma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net80211/ieee80211_tdma.c b/sys/net80211/ieee80211_tdma.c index 1ba8c9fd1c8e..cbdcf0f59217 100644 --- a/sys/net80211/ieee80211_tdma.c +++ b/sys/net80211/ieee80211_tdma.c @@ -467,7 +467,7 @@ tdma_update(struct ieee80211vap *vap, const struct ieee80211_tdma_param *tdma, 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