diff options
author | 2014-02-10 19:33:15 +0000 | |
---|---|---|
committer | 2014-02-10 19:33:15 +0000 | |
commit | 6e155a4a86e58ddcf739f60a0e122f5fcf38a023 (patch) | |
tree | ce22b7e567f2fc977543c84c414344fdb12ba624 | |
parent | one of the examples needs -N to work again; (diff) | |
download | wireguard-openbsd-6e155a4a86e58ddcf739f60a0e122f5fcf38a023.tar.xz wireguard-openbsd-6e155a4a86e58ddcf739f60a0e122f5fcf38a023.zip |
Mention the Intel Centrino Wireless-N 2230.
-rw-r--r-- | share/man/man4/iwn.4 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/share/man/man4/iwn.4 b/share/man/man4/iwn.4 index 66cb24752c2..0a733f369e2 100644 --- a/share/man/man4/iwn.4 +++ b/share/man/man4/iwn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iwn.4,v 1.40 2013/08/20 13:46:53 millert Exp $ +.\" $OpenBSD: iwn.4,v 1.41 2014/02/10 19:33:15 kettenis Exp $ .\" .\" Copyright (c) 2007,2008 .\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. @@ -15,12 +15,12 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 20 2013 $ +.Dd $Mdocdate: February 10 2014 $ .Dt IWN 4 .Os .Sh NAME .Nm iwn -.Nd Intel WiFi Link 4965/5000/1000/6000 IEEE 802.11a/g/n wireless network devices +.Nd Intel WiFi Link 4965/5000/1000/2000/6000 IEEE 802.11a/g/n wireless network devices .Sh SYNOPSIS .Cd "iwn* at pci?" .Sh DESCRIPTION @@ -28,8 +28,8 @@ The .Nm driver provides support for .Tn Intel -Wireless WiFi Link 4965/5000/1000 and 6000 Series PCIe Mini Card network -adapters. +Wireless WiFi Link 4965/5000 and Centrino Wireless-N 1000/2000/6000 +Series PCIe Mini Card network adapters. .Pp The Intel Wireless WiFi Link 4965AGN (codenamed Kedron) is a PCIe Mini Card network adapter that operates in the 2GHz and 5GHz spectra. @@ -68,6 +68,10 @@ It has 2 transmit paths and 2 receiver paths (2T2R). These adapters are part of the sixth-generation Centrino platform (codenamed Calpella). .Pp +The Intel Centrino Wireless-N 2230 (codename Jackson Peak) is a +wireless network adapter that operates in the @GHz spectra. It has 2 +transmit parts and 2 receiver paths (2T2R). +.Pp These are the modes the .Nm driver can operate in: @@ -120,6 +124,7 @@ which are loaded when an interface is brought up: .It Pa /etc/firmware/iwn-6050 .It Pa /etc/firmware/iwn-6005 .It Pa /etc/firmware/iwn-6030 +.It Pa /etc/firmware/iwn-2030 .El .Pp These firmware files are not free because Intel refuses to grant |