aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_rate
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2006-07-26 04:09:04 +0000
committerSam Leffler <sam@FreeBSD.org>2006-07-26 04:09:04 +0000
commitd95eaaf3ed5c8dd4f24df8c50f9a38735ec3b660 (patch)
tree745c2f124ddd3477e04f31239b0228d50ff016d4 /sys/dev/ath/ath_rate
parentf3af83f7cf4ec4eb2093de4d0f75fd6213129bea (diff)
Notes
Diffstat (limited to 'sys/dev/ath/ath_rate')
-rw-r--r--sys/dev/ath/ath_rate/sample/sample.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ath/ath_rate/sample/sample.h b/sys/dev/ath/ath_rate/sample/sample.h
index 231b15f2dc699..c5a4a23c5c0d0 100644
--- a/sys/dev/ath/ath_rate/sample/sample.h
+++ b/sys/dev/ath/ath_rate/sample/sample.h
@@ -200,7 +200,7 @@ static unsigned calc_usecs_unicast_packet(struct ath_softc *sc,
KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode));
if (!rt->info[rix].rateKbps) {
- printf("rix %d (%d) bad ratekbps %d mode %u",
+ printf("rix %d (%d) bad ratekbps %d mode %u\n",
rix, rt->info[rix].dot11Rate,
rt->info[rix].rateKbps,
sc->sc_curmode);
@@ -254,7 +254,7 @@ static unsigned calc_usecs_unicast_packet(struct ath_softc *sc,
int ctsduration = 0;
if (!rt->info[cix].rateKbps) {
- printf("cix %d (%d) bad ratekbps %d mode %u",
+ printf("cix %d (%d) bad ratekbps %d mode %u\n",
cix, rt->info[cix].dot11Rate,
rt->info[cix].rateKbps,
sc->sc_curmode);