mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
add missing \n's
Submitted by: avatar@ MFC after: 1 week
This commit is contained in:
parent
f3af83f7cf
commit
d95eaaf3ed
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue