summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_node.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-10-25 23:32:24 +0000
committersam <sam@FreeBSD.org>2008-10-25 23:32:24 +0000
commit514df7862ade63d3a0328363565b840215d9488d (patch)
treebcae641d7d5b223e910d2135d93ecde149e97c92 /sys/net80211/ieee80211_node.h
parentf6c797f98760c5e3df2bd5d21f2461c238f7e697 (diff)
downloadFreeBSD-src-514df7862ade63d3a0328363565b840215d9488d.zip
FreeBSD-src-514df7862ade63d3a0328363565b840215d9488d.tar.gz
change ieee80211_sta_join to take an explicit channel instead of
using the value in the scan parameters; this will be used to fix issues with 11b operation
Diffstat (limited to 'sys/net80211/ieee80211_node.h')
-rw-r--r--sys/net80211/ieee80211_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_node.h b/sys/net80211/ieee80211_node.h
index 2aaec0a..37d6372 100644
--- a/sys/net80211/ieee80211_node.h
+++ b/sys/net80211/ieee80211_node.h
@@ -282,7 +282,7 @@ void ieee80211_sync_curchan(struct ieee80211com *);
void ieee80211_setcurchan(struct ieee80211com *, struct ieee80211_channel *);
int ieee80211_ibss_merge(struct ieee80211_node *);
struct ieee80211_scan_entry;
-int ieee80211_sta_join(struct ieee80211vap *,
+int ieee80211_sta_join(struct ieee80211vap *, struct ieee80211_channel *,
const struct ieee80211_scan_entry *);
void ieee80211_sta_leave(struct ieee80211_node *);
void ieee80211_node_deauth(struct ieee80211_node *, int);
OpenPOWER on IntegriCloud