svn commit: r195269 - projects/mesh11s/sys/net80211
Rui Paulo
rpaulo at FreeBSD.org
Wed Jul 1 23:13:20 UTC 2009
Author: rpaulo
Date: Wed Jul 1 23:13:19 2009
New Revision: 195269
URL: http://svn.freebsd.org/changeset/base/195269
Log:
Remove prevhop from the hmwp route struct.
Sponsored by: The FreeBSD Foundation
Modified:
projects/mesh11s/sys/net80211/ieee80211_hwmp.h
Modified: projects/mesh11s/sys/net80211/ieee80211_hwmp.h
==============================================================================
--- projects/mesh11s/sys/net80211/ieee80211_hwmp.h Wed Jul 1 22:49:24 2009 (r195268)
+++ projects/mesh11s/sys/net80211/ieee80211_hwmp.h Wed Jul 1 23:13:19 2009 (r195269)
@@ -45,7 +45,6 @@ struct ieee80211_hwmp_route {
uint8_t rt_nexthop[IEEE80211_ADDR_LEN];
uint32_t rt_metric; /* Path Metric */
uint32_t rt_nhops; /* Number of Hops */
- uint8_t rt_prevhop[IEEE80211_ADDR_LEN];
uint32_t rt_lifetime;
int rt_preqretries;
uint32_t rt_lastpseq; /* last mesh seq number
More information about the svn-src-projects
mailing list