Deleted Added
full compact
wpi.4 (213573) wpi.4 (233648)
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.\"
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 213573 2010-10-08 12:40:16Z uqs $
27.\" $FreeBSD: head/share/man/man4/wpi.4 233648 2012-03-29 05:02:12Z eadler $
28.\"
29.Dd October 5, 2008
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

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

101 wepmode on wepkey 0x01020304050607080910111213 weptxkey 1
102.Ed
103.Sh DIAGNOSTICS
104.Bl -diag
105.It "wpi%d: could not load firmware image '%s'"
106The driver failed to load the firmware image using the
107.Xr firmware 9
108subsystem.
28.\"
29.Dd October 5, 2008
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

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

101 wepmode on wepkey 0x01020304050607080910111213 weptxkey 1
102.Ed
103.Sh DIAGNOSTICS
104.Bl -diag
105.It "wpi%d: could not load firmware image '%s'"
106The driver failed to load the firmware image using the
107.Xr firmware 9
108subsystem.
109Verify the
109Verify the
110.Xr wpifw
111firmware module is installed.
112.It "wpi%d: fatal firmware error"
113An unknown error has occurred in the uploaded firmware, you may have to
114unload/reload the driver to continue.
115.It "wpi%d: Radio transmitter is switched off"
110.Xr wpifw
111firmware module is installed.
112.It "wpi%d: fatal firmware error"
113An unknown error has occurred in the uploaded firmware, you may have to
114unload/reload the driver to continue.
115.It "wpi%d: Radio transmitter is switched off"
116The hardware switch controlling the radio is currently turned off.
116The hardware switch controlling the radio is currently turned off.
117Data transmission is not possible in this state.
118.El
119.Sh SEE ALSO
120.Xr wpifw 4 ,
121.Xr pci 4 ,
122.Xr wlan 4 ,
123.Xr wlan_ccmp 4 ,
124.Xr wlan_tkip 4 ,
125.Xr wlan_wep 4 ,
126.Xr ifconfig 8 ,
127.Xr wpa_supplicant 8 .
128.Sh AUTHORS
129.An -nosplit
130The original
131.Nm
132driver was written for
133.Ox
134by
135.An Damien Bergamini Aq damien.bergamini@free.fr .
117Data transmission is not possible in this state.
118.El
119.Sh SEE ALSO
120.Xr wpifw 4 ,
121.Xr pci 4 ,
122.Xr wlan 4 ,
123.Xr wlan_ccmp 4 ,
124.Xr wlan_tkip 4 ,
125.Xr wlan_wep 4 ,
126.Xr ifconfig 8 ,
127.Xr wpa_supplicant 8 .
128.Sh AUTHORS
129.An -nosplit
130The original
131.Nm
132driver was written for
133.Ox
134by
135.An Damien Bergamini Aq damien.bergamini@free.fr .
136.An Benjamin Close Aq benjsc@FreeBSD.org
137ported
136.An Benjamin Close Aq benjsc@FreeBSD.org
137ported
138.Nm
139to
140.Fx .
141.Sh BUGS
142Not all the error messages are documented here.
143.Pp
144Background scanning is not currently supported.
138.Nm
139to
140.Fx .
141.Sh BUGS
142Not all the error messages are documented here.
143.Pp
144Background scanning is not currently supported.