From ff9b47c33ca81ae0aa71c444119bd9b0a2725138 Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Wed, 6 Apr 2005 09:14:54 +0000 Subject: 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... --- share/man/man4/ath.4 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'share/man') 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. -- cgit v1.2.3