mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
add missing \n's
Submitted by: avatar@ MFC after: 1 week
This commit is contained in:
parent
f3af83f7cf
commit
d95eaaf3ed
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160693
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user