summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-07-26 04:09:04 +0000
committersam <sam@FreeBSD.org>2006-07-26 04:09:04 +0000
commitb1af5567702b3c8de7e968f89e9b94582f5b7877 (patch)
tree745c2f124ddd3477e04f31239b0228d50ff016d4 /sys/dev/ath
parentdd9b242509c8e495ce9d0d060c45b5f0ab475e29 (diff)
downloadFreeBSD-src-b1af5567702b3c8de7e968f89e9b94582f5b7877.zip
FreeBSD-src-b1af5567702b3c8de7e968f89e9b94582f5b7877.tar.gz
add missing \n's
Submitted by: avatar@ MFC after: 1 week
Diffstat (limited to 'sys/dev/ath')
-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 231b15f..c5a4a23 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);
OpenPOWER on IntegriCloud