summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_node.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-06-11 04:43:42 +0000
committersam <sam@FreeBSD.org>2009-06-11 04:43:42 +0000
commitb54b6d28ba346049e8588efb971a081f0111bcab (patch)
tree0818e1e151ad8935a44d21ea2010d56e515f2113 /sys/net80211/ieee80211_node.h
parent1ff58b569863e1539ec3fd6e87588b27d7f0d181 (diff)
downloadFreeBSD-src-b54b6d28ba346049e8588efb971a081f0111bcab.zip
FreeBSD-src-b54b6d28ba346049e8588efb971a081f0111bcab.tar.gz
When associating to an AP we don't know if HT is negotiated until
we receive the AssocResp, so we can only set ni_txparms properly at that point. To make this possible make node_setuptxparms public as ieee80211_node_setuptxparms.
Diffstat (limited to 'sys/net80211/ieee80211_node.h')
-rw-r--r--sys/net80211/ieee80211_node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_node.h b/sys/net80211/ieee80211_node.h
index 65d16a2..0b09453 100644
--- a/sys/net80211/ieee80211_node.h
+++ b/sys/net80211/ieee80211_node.h
@@ -286,6 +286,7 @@ ieee80211_node_is_authorized(const struct ieee80211_node *ni)
void ieee80211_node_authorize(struct ieee80211_node *);
void ieee80211_node_unauthorize(struct ieee80211_node *);
+void ieee80211_node_setuptxparms(struct ieee80211_node *);
void ieee80211_node_set_chan(struct ieee80211_node *,
struct ieee80211_channel *);
void ieee80211_create_ibss(struct ieee80211vap*, struct ieee80211_channel *);
OpenPOWER on IntegriCloud