diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-10-01 20:48:38 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-10-01 20:48:38 +0000 |
commit | eeaf0681ea4c3ea8154ccbbaad4d16bb15219ce3 (patch) | |
tree | 480cb37c97ab26c419c1b5728ee61d1449dfac6c /sys | |
parent | 873a835d71e7e9196e6054b9079b2a82225211d9 (diff) |
Spacing.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/bwi.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ic/bwi.c b/sys/dev/ic/bwi.c index b4073d08ebc..d961de6ad28 100644 --- a/sys/dev/ic/bwi.c +++ b/sys/dev/ic/bwi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bwi.c,v 1.59 2007/10/01 19:48:10 mglocker Exp $ */ +/* $OpenBSD: bwi.c,v 1.60 2007/10/01 20:48:37 mglocker Exp $ */ /* * Copyright (c) 2007 The DragonFly Project. All rights reserved. @@ -6705,8 +6705,7 @@ back: error = sc->sc_newstate(ic, nstate, arg); if (nstate == IEEE80211_S_SCAN) { - timeout_add(&sc->sc_scan_ch, - (sc->sc_dwell_time * hz) / 1000); + timeout_add(&sc->sc_scan_ch, (sc->sc_dwell_time * hz) / 1000); } else if (nstate == IEEE80211_S_RUN) { /* XXX 15 seconds */ timeout_add(&sc->sc_calib_ch, hz * 15); |