diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2006-08-06 14:06:42 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2006-08-06 14:06:42 +0000 |
commit | 7cab6004fa22953aa2bb142c14359db19c25c60b (patch) | |
tree | bed0debe38c48023a912f009b0c7842e5a9a0d9b /sys/dev/ic | |
parent | bd632410dc4847cc54b217340e05436b3b781777 (diff) |
fix a comment.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/acx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/acx.c b/sys/dev/ic/acx.c index acb8907dc99..0a0fd7e1427 100644 --- a/sys/dev/ic/acx.c +++ b/sys/dev/ic/acx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx.c,v 1.25 2006/08/06 14:04:19 damien Exp $ */ +/* $OpenBSD: acx.c,v 1.26 2006/08/06 14:06:41 damien Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -221,7 +221,7 @@ const struct ieee80211_rateset acx_rates_11b = const struct ieee80211_rateset acx_rates_11g = { 12, { 2, 4, 11, 22, 12, 18, 24, 36, 48, 72, 96, 108 } }; -static int acx_chanscan_rate = 5; /* 5 seconds */ +static int acx_chanscan_rate = 5; /* 5 channels per seconds */ int acx_beacon_intvl = 100; /* 100 TU */ /* |