summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_mesh.h
diff options
context:
space:
mode:
authormonthadar <monthadar@FreeBSD.org>2012-05-01 16:13:22 +0000
committermonthadar <monthadar@FreeBSD.org>2012-05-01 16:13:22 +0000
commit72d34b4c264e31156d8cd6ff27265e0c4fc978ae (patch)
tree1f212f4ae539fe7132e13f01dcb9b7c7fa430b4b /sys/net80211/ieee80211_mesh.h
parent730d2de83b0e430a8391d9bf541db9868ccf1394 (diff)
downloadFreeBSD-src-72d34b4c264e31156d8cd6ff27265e0c4fc978ae.zip
FreeBSD-src-72d34b4c264e31156d8cd6ff27265e0c4fc978ae.tar.gz
RANN update
* Introduced a new HWMP sysctl, Root Confirmation Interval; * Added hr_lastrootconf to hwmp_route, is for ratecheck for a specific ROOT; * We missed reading RANN.interval subfield from a RANN frame before; * Updated hwmp_recv_rann according to amendment, see comments; Approved by: adrian
Diffstat (limited to 'sys/net80211/ieee80211_mesh.h')
-rw-r--r--sys/net80211/ieee80211_mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_mesh.h b/sys/net80211/ieee80211_mesh.h
index c69764c..8d9df5c 100644
--- a/sys/net80211/ieee80211_mesh.h
+++ b/sys/net80211/ieee80211_mesh.h
@@ -426,7 +426,7 @@ struct ieee80211_mesh_route {
uint32_t rt_metric; /* path metric */
uint16_t rt_nhops; /* number of hops */
uint16_t rt_flags;
-#define IEEE80211_MESHRT_FLAGS_VALID 0x01 /* patch discovery complete */
+#define IEEE80211_MESHRT_FLAGS_VALID 0x01 /* path discovery complete */
#define IEEE80211_MESHRT_FLAGS_PROXY 0x02 /* proxy entry */
uint32_t rt_lifetime; /* route timeout */
uint32_t rt_lastmseq; /* last seq# seen dest */
OpenPOWER on IntegriCloud