Deleted Added
full compact
ieee80211.9 (126596) ieee80211.9 (131594)
1.\"
2.\" Copyright (c) 2004 Bruce M. Simpson <bms@spc.org>
3.\" Copyright (c) 2004 Darron Broad <darron@kewl.org>
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 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.\"
2.\" Copyright (c) 2004 Bruce M. Simpson <bms@spc.org>
3.\" Copyright (c) 2004 Darron Broad <darron@kewl.org>
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 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/man9/ieee80211.9 126596 2004-03-04 12:52:10Z bms $
27.\" $FreeBSD: head/share/man/man9/ieee80211.9 131594 2004-07-04 20:55:50Z ru $
28.\" $Id: ieee80211.9,v 1.5 2004/03/04 12:33:27 bruce Exp $
29.\"
30.Dd March 2, 2004
31.Dt ieee80211 9
32.Os
33.Sh NAME
34.Nm ieee80211
35.Nd core 802.11 network stack functions

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

219.Fn ieee80211_media2rate
220performs the reverse of this conversion, returning the bit rate (in 0.5Mbps
221units) corresponding to an
222.Vt ifmedia
223sub-type.
224.Pp
225.\"
226.Sh SEE ALSO
28.\" $Id: ieee80211.9,v 1.5 2004/03/04 12:33:27 bruce Exp $
29.\"
30.Dd March 2, 2004
31.Dt ieee80211 9
32.Os
33.Sh NAME
34.Nm ieee80211
35.Nd core 802.11 network stack functions

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

219.Fn ieee80211_media2rate
220performs the reverse of this conversion, returning the bit rate (in 0.5Mbps
221units) corresponding to an
222.Vt ifmedia
223sub-type.
224.Pp
225.\"
226.Sh SEE ALSO
227.Xr ifnet 9
228.Xr ieee80211_crypto 9 ,
229.Xr ieee80211_input 9 ,
230.Xr ieee80211_ioctl 9 ,
231.Xr ieee80211_node 9 ,
232.Xr ieee80211_output 9 ,
233.Xr ieee80211_proto 9 ,
227.Xr ieee80211_crypto 9 ,
228.Xr ieee80211_input 9 ,
229.Xr ieee80211_ioctl 9 ,
230.Xr ieee80211_node 9 ,
231.Xr ieee80211_output 9 ,
232.Xr ieee80211_proto 9 ,
234.Xr ieee80211_radiotap 9
233.Xr ieee80211_radiotap 9 ,
234.Xr ifnet 9
235.Sh HISTORY
236The
237.Nm
238series of functions first appeared in
239.Nx 1.5 ,
240and were later ported to
241.Fx 4.6 .
242.Sh AUTHORS
243This man page was written by
244.An Bruce M. Simpson Aq bms@FreeBSD.org
245and
246.An Darron Broad Aq darron@kewl.org .
235.Sh HISTORY
236The
237.Nm
238series of functions first appeared in
239.Nx 1.5 ,
240and were later ported to
241.Fx 4.6 .
242.Sh AUTHORS
243This man page was written by
244.An Bruce M. Simpson Aq bms@FreeBSD.org
245and
246.An Darron Broad Aq darron@kewl.org .