Deleted Added
full compact
ipw.4 (267938) ipw.4 (289399)
1.\" Copyright (c) 2004-2006
2.\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice unmodified, this list of conditions, and the following

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\" Copyright (c) 2004-2006
2.\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice unmodified, this list of conditions, and the following

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man4/ipw.4 267938 2014-06-26 21:46:14Z bapt $
26.\" $FreeBSD: head/share/man/man4/ipw.4 289399 2015-10-16 00:38:05Z bdrewery $
27.\"
27.\"
28.Dd April 13, 2008
28.Dd October 15, 2015
29.Dt IPW 4
30.Os
31.Sh NAME
32.Nm ipw
33.Nd "Intel PRO/Wireless 2100 IEEE 802.11 driver"
34.Sh SYNOPSIS
35To compile this driver into the kernel,
36place the following lines in your

--- 35 unchanged lines hidden (view full) ---

72Only one virtual interface may be configured at any time.
73For more information on configuring this device, see
74.Xr ifconfig 8 .
75.Pp
76This driver requires the firmware built with the
77.Nm ipwfw
78module to work.
79For the loaded firmware to be enabled for use the license at
29.Dt IPW 4
30.Os
31.Sh NAME
32.Nm ipw
33.Nd "Intel PRO/Wireless 2100 IEEE 802.11 driver"
34.Sh SYNOPSIS
35To compile this driver into the kernel,
36place the following lines in your

--- 35 unchanged lines hidden (view full) ---

72Only one virtual interface may be configured at any time.
73For more information on configuring this device, see
74.Xr ifconfig 8 .
75.Pp
76This driver requires the firmware built with the
77.Nm ipwfw
78module to work.
79For the loaded firmware to be enabled for use the license at
80.Pa /usr/share/doc/legal/intel_ipw/LICENSE
80.Pa /usr/share/doc/legal/intel_ipw.LICENSE
81must be agreed by adding the following line to
82.Xr loader.conf 5 :
83.Pp
84.Dl "legal.intel_ipw.license_ack=1"
85.Sh FILES
81must be agreed by adding the following line to
82.Xr loader.conf 5 :
83.Pp
84.Dl "legal.intel_ipw.license_ack=1"
85.Sh FILES
86.Bl -tag -width ".Pa /usr/share/doc/legal/intel_ipw/LICENSE" -compact
87.It Pa /usr/share/doc/legal/intel_ipw/LICENSE
86.Bl -tag -width ".Pa /usr/share/doc/legal/intel_ipw.LICENSE" -compact
87.It Pa /usr/share/doc/legal/intel_ipw.LICENSE
88.Nm
89firmware license
90.El
91.Sh EXAMPLES
92Join an existing BSS network (i.e., connect to an access point):
93.Bd -literal -offset indent
94ifconfig wlan create wlandev ipw0 inet 192.168.0.20 \e
95 netmask 0xffffff00

--- 60 unchanged lines hidden ---
88.Nm
89firmware license
90.El
91.Sh EXAMPLES
92Join an existing BSS network (i.e., connect to an access point):
93.Bd -literal -offset indent
94ifconfig wlan create wlandev ipw0 inet 192.168.0.20 \e
95 netmask 0xffffff00

--- 60 unchanged lines hidden ---