diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2010-01-28 17:02:56 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2010-01-28 17:02:56 +0000 |
commit | e33f3252ddbecdfefbc96f37399fc024ce771f65 (patch) | |
tree | 9140dc841a4dfb60a5c7ee1574560326a529afad /share | |
parent | 1bd4468307a187e9835b605066499939fa16dad2 (diff) |
lies
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/athn.4 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man4/athn.4 b/share/man/man4/athn.4 index 0dee77968c2..6bd919b1995 100644 --- a/share/man/man4/athn.4 +++ b/share/man/man4/athn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: athn.4,v 1.6 2010/01/03 14:31:01 schwarze Exp $ +.\" $OpenBSD: athn.4,v 1.7 2010/01/28 17:02:55 damien Exp $ .\" .\" Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr>. .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 3 2010 $ +.Dd $Mdocdate: January 28 2010 $ .Os .Dt ATHN 4 .Sh NAME @@ -137,8 +137,10 @@ to secure wireless communication, due to serious weaknesses in it. The .Nm -driver offloads encryption and decryption to the hardware for the WEP40, -WEP104, TKIP(+MIC) and CCMP ciphers. +driver relies on the software 802.11 stack for both encryption and decryption +of data frames. +.\" driver offloads encryption and decryption to the hardware for the WEP40, +.\" WEP104, TKIP(+MIC) and CCMP ciphers. .Pp The transmit speed is user-selectable or can be adapted automatically by the driver depending on the number of hardware transmission retries. |