--- src/share/man/man9/ieee80211_proto.9 2006/05/26 19:39:40 1.2 +++ src/share/man/man9/ieee80211_proto.9 2006/06/28 19:41:59 1.3 @@ -26,9 +26,9 @@ .\" .\" $FreeBSD$ .\" $DragonFly$ -.\" $Id: ieee80211_proto.9,v 1.2 2006/05/26 19:39:40 swildner Exp $ +.\" $Id: ieee80211_proto.9,v 1.3 2006/06/28 19:41:59 swildner Exp $ .\" -.Dd March 2, 2004 +.Dd June 25, 2006 .Dt IEEE80211_PROTO 9 .Os .Sh NAME @@ -36,25 +36,25 @@ .Nm ieee80211_proto_detach , .Nm ieee80211_print_essid , .Nm ieee80211_dump_pkt , -.Nm ieee80211_fix_rate , -.Nm ieee80211_proto +.Nm ieee80211_fix_rate .Nd software 802.11 stack protocol helper functions .Sh SYNOPSIS .In netproto/802_11/ieee80211_var.h .In netproto/802_11/ieee80211_proto.h .Ft void -.Fn ieee80211_proto_attach "struct ifnet *ifp" +.Fn ieee80211_proto_attach "struct ieee80211com *ic" .Ft void -.Fn ieee80211_proto_detach "struct ifnet *ifp" +.Fn ieee80211_proto_detach "struct ieee80211com *ic" .Ft void -.Fn ieee80211_print_essid "u_int8_t *essid" "int len" +.Fn ieee80211_print_essid "const uint8_t *essid" "int len" .Ft void -.Fn ieee80211_dump_pkt "u_int8_t *buf" "int len" "int rate" "int rssi" +.Fn ieee80211_dump_pkt "const uint8_t *buf" "int len" "int rate" "int rssi" .Ft int .Fo ieee80211_fix_rate .Fa "struct ieee80211com *ic" "struct ieee80211_node *ni" "int flags" .Fc .Sh DESCRIPTION +.\" XXX These functions are helper functions used throughout the software 802.11 protocol stack.