Date: Mon, 20 Jul 2009 19:12:08 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/ifconfig ifieee80211.c src/sys/net80211 ieee80211_hwmp.c ieee80211_input.c ieee80211_ioctl.h ieee80211_mesh.c ieee80211_mesh.h ieee80211_output.c Message-ID: <200907201914.n6KJEPL2086309@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rpaulo 2009-07-20 19:12:08 UTC
FreeBSD src repository
Modified files:
sbin/ifconfig ifieee80211.c
sys/net80211 ieee80211_hwmp.c ieee80211_input.c
ieee80211_ioctl.h ieee80211_mesh.c
ieee80211_mesh.h ieee80211_output.c
Log:
SVN rev 195784 on 2009-07-20 19:12:08Z by rpaulo
More mesh bits, namely:
* bridge support (sam)
* handling of errors (sam)
* deletion of inactive routing entries
* more debug msgs (sam)
* fixed some inconsistencies with the spec.
* decap is now specific to mesh (sam)
* print mesh seq. no. on ifconfig list mesh
* small perf. improvements
Reviewed by: sam
Approved by: re (kib)
Revision Changes Path
1.82 +6 -4 src/sbin/ifconfig/ifieee80211.c
1.2 +69 -42 src/sys/net80211/ieee80211_hwmp.c
1.133 +5 -11 src/sys/net80211/ieee80211_input.c
1.40 +16 -2 src/sys/net80211/ieee80211_ioctl.h
1.3 +302 -54 src/sys/net80211/ieee80211_mesh.c
1.2 +29 -11 src/sys/net80211/ieee80211_mesh.h
1.102 +32 -17 src/sys/net80211/ieee80211_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907201914.n6KJEPL2086309>
