Deleted Added
full compact
wpi.4 (206622) wpi.4 (208027)
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 206622 2010-04-14 19:08:06Z uqs $
27.\" $FreeBSD: head/share/man/man4/wpi.4 208027 2010-05-13 12:07:55Z uqs $
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

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

112firmware module is installed.
113.It "wpi%d: fatal firmware error"
114An unknown error has occurred in the uploaded firmware, you may have to
115unload/reload the driver to continue.
116.It "wpi%d: Radio transmitter is switched off"
117The hardware switch controlling the radio is currently turned off.
118Data transmission is not possible in this state.
119.El
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

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

112firmware module is installed.
113.It "wpi%d: fatal firmware error"
114An unknown error has occurred in the uploaded firmware, you may have to
115unload/reload the driver to continue.
116.It "wpi%d: Radio transmitter is switched off"
117The hardware switch controlling the radio is currently turned off.
118Data transmission is not possible in this state.
119.El
120.Sh BUGS
121Not all the error messages are documented here.
122.Pp
123Background scanning is not currently supported.
124.Sh SEE ALSO
125.Xr wpifw 4 ,
126.Xr pci 4 ,
127.Xr wlan 4 ,
128.Xr wlan_ccmp 4 ,
129.Xr wlan_tkip 4 ,
130.Xr wlan_wep 4 ,
131.Xr ifconfig 8 ,

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

138.Ox
139by
140.An Damien Bergamini Aq damien.bergamini@free.fr .
141.An Benjamin Close Aq benjsc@FreeBSD.org
142ported
143.Nm
144to
145.Fx .
120.Sh SEE ALSO
121.Xr wpifw 4 ,
122.Xr pci 4 ,
123.Xr wlan 4 ,
124.Xr wlan_ccmp 4 ,
125.Xr wlan_tkip 4 ,
126.Xr wlan_wep 4 ,
127.Xr ifconfig 8 ,

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

134.Ox
135by
136.An Damien Bergamini Aq damien.bergamini@free.fr .
137.An Benjamin Close Aq benjsc@FreeBSD.org
138ported
139.Nm
140to
141.Fx .
142.Sh BUGS
143Not all the error messages are documented here.
144.Pp
145Background scanning is not currently supported.