diff options
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/athn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/athn.c b/sys/dev/ic/athn.c index 005fbee67e9..951be394fd0 100644 --- a/sys/dev/ic/athn.c +++ b/sys/dev/ic/athn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: athn.c,v 1.58 2010/08/02 19:28:31 kettenis Exp $ */ +/* $OpenBSD: athn.c,v 1.59 2010/08/11 07:27:36 ray Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -322,7 +322,7 @@ athn_attach(struct athn_softc *sc) ieee80211_std_rateset_11a; } - /* Get the list of auhtorized/supported channels. */ + /* Get the list of authorized/supported channels. */ athn_get_chanlist(sc); /* IBSS channel undefined for now. */ |