Date: Fri, 10 Jul 2009 10:53:25 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r195539 - projects/mesh11s/sys/net80211 Message-ID: <200907101053.n6AArPvG017730@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rpaulo Date: Fri Jul 10 10:53:25 2009 New Revision: 195539 URL: http://svn.freebsd.org/changeset/base/195539 Log: Note were timeout values come from. Sponsored by: The FreeBSD Foundation Modified: projects/mesh11s/sys/net80211/ieee80211_mesh.c Modified: projects/mesh11s/sys/net80211/ieee80211_mesh.c ============================================================================== --- projects/mesh11s/sys/net80211/ieee80211_mesh.c Fri Jul 10 10:52:27 2009 (r195538) +++ projects/mesh11s/sys/net80211/ieee80211_mesh.c Fri Jul 10 10:53:25 2009 (r195539) @@ -89,7 +89,9 @@ static int mesh_verify_meshid(struct iee static int mesh_verify_meshconf(struct ieee80211vap *, const uint8_t *); uint32_t mesh_airtime_calc(struct ieee80211_node *); -/* timeout values in miliseconds */ +/* + * Timeout values come from the specification and are in miliseconds. + */ static const int ieee80211_mesh_retrytimeout = 40; #define RETRY_TIMEOUT msecs_to_ticks(ieee80211_mesh_retrytimeout) static const int ieee80211_mesh_holdingtimeout = 40;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907101053.n6AArPvG017730>