From 7cab6004fa22953aa2bb142c14359db19c25c60b Mon Sep 17 00:00:00 2001 From: Damien Bergamini Date: Sun, 6 Aug 2006 14:06:42 +0000 Subject: fix a comment. --- sys/dev/ic/acx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/ic') 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 @@ -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 */ /* -- cgit v1.2.3