summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_hwmp.c
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2009-10-12 10:08:58 +0000
committerrpaulo <rpaulo@FreeBSD.org>2009-10-12 10:08:58 +0000
commita248a16e57da4f9813d38edbb3c57b230c8bc063 (patch)
tree94cd958748647b79e4fc0989d886f10d6f0cdd38 /sys/net80211/ieee80211_hwmp.c
parentc12ff6b15143fe57c745f3158ee46eb7c998c973 (diff)
downloadFreeBSD-src-a248a16e57da4f9813d38edbb3c57b230c8bc063.zip
FreeBSD-src-a248a16e57da4f9813d38edbb3c57b230c8bc063.tar.gz
Another 3.03 draft bit that I missed in the previous 802.11s stack
update. The Mesh Configuration IE has changed quite a bit. Refactor the code to handle this change. MFC after: 3 days
Diffstat (limited to 'sys/net80211/ieee80211_hwmp.c')
-rw-r--r--sys/net80211/ieee80211_hwmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_hwmp.c b/sys/net80211/ieee80211_hwmp.c
index 2468169..df98850 100644
--- a/sys/net80211/ieee80211_hwmp.c
+++ b/sys/net80211/ieee80211_hwmp.c
@@ -192,7 +192,7 @@ static ieee80211_recv_action_func hwmp_recv_action_meshpath;
static struct ieee80211_mesh_proto_path mesh_proto_hwmp = {
.mpp_descr = "HWMP",
- .mpp_ie = IEEE80211_MESHCONF_HWMP,
+ .mpp_ie = IEEE80211_MESHCONF_PATH_HWMP,
.mpp_discover = hwmp_discover,
.mpp_peerdown = hwmp_peerdown,
.mpp_vattach = hwmp_vattach,
OpenPOWER on IntegriCloud