MFC r205846:

Fix references.
This commit is contained in:
Edward Tomasz Napierala 2010-04-18 10:29:26 +00:00
parent c9975476bf
commit 5675cbea97
5 changed files with 21 additions and 13 deletions

View File

@ -25,7 +25,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd August 4, 2009 .Dd March 29, 2010
.Dt NET80211 9 .Dt NET80211 9
.Os .Os
.Sh NAME .Sh NAME
@ -551,11 +551,18 @@ Device supports Reduced Inter Frame Spacing (RIFS).
.Sh SEE ALSO .Sh SEE ALSO
.Xr ioctl 2 , .Xr ioctl 2 ,
.Xr ndis 4 , .Xr ndis 4 ,
.Xr ieee80211_amrr 9 ,
.Xr ieee80211_beacon 9 ,
.Xr ieee80211_bmiss 9 ,
.Xr ieee80211_crypto 9 ,
.Xr ieee80211_ddb 9 ,
.Xr ieee80211_input 9 , .Xr ieee80211_input 9 ,
.Xr ieee80211_input_all 9 , .Xr ieee80211_node 9 ,
.Xr ieee80211_scan_next 9 , .Xr ieee80211_output 9 ,
.Xr ieee80211_recv_action 9 , .Xr ieee80211_proto 9 ,
.Xr ieee80211_send_action 9 , .Xr ieee80211_radiotap 9 ,
.Xr ieee80211_radiotap_attach 9 , .Xr ieee80211_regdomain 9 ,
.Xr ieee80211_scan 9 ,
.Xr ieee80211_vap 9 ,
.Xr ifnet 9 , .Xr ifnet 9 ,
.Xr malloc 9 .Xr malloc 9

View File

@ -27,7 +27,7 @@
.\" $FreeBSD$ .\" $FreeBSD$
.\" $Id: ieee80211_crypto.9,v 1.3 2004/03/04 10:42:56 bruce Exp $ .\" $Id: ieee80211_crypto.9,v 1.3 2004/03/04 10:42:56 bruce Exp $
.\" .\"
.Dd August 4, 2009 .Dd March 29, 2010
.Dt IEEE80211_CRYPTO 9 .Dt IEEE80211_CRYPTO 9
.Os .Os
.Sh NAME .Sh NAME
@ -253,6 +253,7 @@ and
These calls also synchronize hardware key state update These calls also synchronize hardware key state update
when receive traffic is active. when receive traffic is active.
.Sh SEE ALSO .Sh SEE ALSO
.Xr ieee80211 9 ,
.Xr ioctl 2 , .Xr ioctl 2 ,
.Xr wlan_ccmp 4 , .Xr wlan_ccmp 4 ,
.Xr wlan_tkip 4 , .Xr wlan_tkip 4 ,

View File

@ -26,7 +26,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd August 4, 2009 .Dd March 29, 2010
.Dt IEEE80211_NODE 9 .Dt IEEE80211_NODE 9
.Os .Os
.Sh NAME .Sh NAME
@ -246,6 +246,6 @@ If the specified index is
.Dv IEEE80211_KEYIX_NONE .Dv IEEE80211_KEYIX_NONE
then a normal lookup is done without a table update. then a normal lookup is done without a table update.
.Sh SEE ALSO .Sh SEE ALSO
.Xr ddb 9 .Xr ddb 9 ,
.Xr ieee80211 9 , .Xr ieee80211 9 ,
.Xr ieee80211_proto 9 .Xr ieee80211_proto 9

View File

@ -27,7 +27,7 @@
.\" $FreeBSD$ .\" $FreeBSD$
.\" $Id: ieee80211_output.9,v 1.5 2004/03/04 12:31:18 bruce Exp $ .\" $Id: ieee80211_output.9,v 1.5 2004/03/04 12:31:18 bruce Exp $
.\" .\"
.Dd August 4, 2009 .Dd March 29, 2010
.Dt IEEE80211_OUTPUT 9 .Dt IEEE80211_OUTPUT 9
.Os .Os
.Sh NAME .Sh NAME
@ -189,6 +189,6 @@ a device may not report if an ACK frame is received and/or a device may queue
transmit requests in its hardware and only report status on whether transmit requests in its hardware and only report status on whether
the frame was successfully queued. the frame was successfully queued.
.Sh SEE ALSO .Sh SEE ALSO
.Xr bpf 4 .Xr bpf 4 ,
.Xr ieee80211 9 , .Xr ieee80211 9 ,
.Xr ifnet 9 .Xr ifnet 9

View File

@ -25,7 +25,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd February 20, 2010 .Dd March 29, 2010
.Dt IEEE80211_SCAN 9 .Dt IEEE80211_SCAN 9
.Os .Os
.Sh NAME .Sh NAME
@ -346,5 +346,5 @@ applications through the
request. request.
.Sh SEE ALSO .Sh SEE ALSO
.Xr ioctl 2 , .Xr ioctl 2 ,
.Xr ieee80211 9 . .Xr ieee80211 9 ,
.Xr ieee80211_proto 9 .Xr ieee80211_proto 9