diff options
author | 2007-07-10 18:31:01 +0000 | |
---|---|---|
committer | 2007-07-10 18:31:01 +0000 | |
commit | b4cf5836881bbb9cf60085548d6a6c41fa393b58 (patch) | |
tree | cd750b7ad56bba9ce063a785417463e2806e1c50 | |
parent | change firmware loading code to adopt the new 2.14.4 firmware layout. (diff) | |
download | wireguard-openbsd-b4cf5836881bbb9cf60085548d6a6c41fa393b58.tar.xz wireguard-openbsd-b4cf5836881bbb9cf60085548d6a6c41fa393b58.zip |
fix firmware file name to match reality.
-rw-r--r-- | share/man/man4/wpi.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/wpi.4 b/share/man/man4/wpi.4 index a4524e691e1..dee182c1ecb 100644 --- a/share/man/man4/wpi.4 +++ b/share/man/man4/wpi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wpi.4,v 1.12 2007/07/10 18:29:38 damien Exp $ +.\" $OpenBSD: wpi.4,v 1.13 2007/07/10 18:31:01 damien Exp $ .\" .\" Copyright (c) 2006, 2007 .\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. @@ -181,7 +181,7 @@ The driver needs at least version 2.14.4 of the following firmware file, which is loaded when an interface is brought up: .Pp .Bl -tag -width Ds -offset indent -compact -.It Pa /etc/firmware/wpi-ucode +.It Pa /etc/firmware/wpi-3945abg .El .Pp This firmware file is not free because Intel refuses to grant |