Deleted Added
sdiff udiff text old ( 275990 ) new ( 289399 )
full compact
1.\" Copyright (c) 2004-2007
2.\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
3.\" Benjamin Close <Benjamin.Close@clearchain.com>. All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

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

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

67Only one virtual interface may be configured at any time.
68For more information on configuring this device, see
69.Xr ifconfig 8 .
70.Pp
71This driver requires the firmware built with the
72.Nm wpifw
73module to work.
74.Sh FILES
75.Bl -tag -width ".Pa /usr/share/doc/legal/intel_wpi.LICENSE" -compact
76.It Pa /usr/share/doc/legal/intel_wpi.LICENSE
77.Nm
78firmware license
79.El
80.Sh EXAMPLES
81Join an existing BSS network (i.e., connect to an access point):
82.Bd -literal -offset indent
83ifconfig wlan0 create wlandev wpi0 inet 192.168.0.20 \e
84 netmask 0xffffff00

--- 60 unchanged lines hidden ---