diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-04-06 09:14:54 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-04-06 09:14:54 +0000 |
commit | ff9b47c33ca81ae0aa71c444119bd9b0a2725138 (patch) | |
tree | 27589c87acc1b8f828e25368c393a4c4e76a6824 /share | |
parent | 93d6232502a892a81275c590a3901b3791288078 (diff) |
pad keys with zeros to a supported key length. this is bad but seems
to be the default WEP behaviour for string-based keys and allows
commands like "ifconfig ath0 nwkey yuck" to work...
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ath.4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/ath.4 b/share/man/man4/ath.4 index 3978908db74..aac58a9e327 100644 --- a/share/man/man4/ath.4 +++ b/share/man/man4/ath.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ath.4,v 1.17 2005/03/12 10:32:40 jmc Exp $ +.\" $OpenBSD: ath.4,v 1.18 2005/04/06 09:14:53 reyk Exp $ .\" $NetBSD: ath.4,v 1.5 2004/07/03 16:58:18 mycroft Exp $ .\" .\" Copyright (c) 2002, 2003 Sam Leffler, Errno Consulting @@ -396,6 +396,9 @@ as requested. The status code is explained in the HAL include file .Pa /sys/dev/ic/ar5xxx.h . This should not happen. +.It "ath%d: unable to initialize the key cache" +The driver was unable to initialize the hardware key cache. +This should not happen. .It "ath%d: unable to start recv logic" The driver was unable to restart frame reception. This should not happen. |