Date: Fri, 10 Jul 2009 10:49:24 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r195536 - projects/mesh11s/sys/net80211 Message-ID: <200907101049.n6AAnOPK017546@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rpaulo Date: Fri Jul 10 10:49:24 2009 New Revision: 195536 URL: http://svn.freebsd.org/changeset/base/195536 Log: Clarify comment. Sponsored by: The FreeBSD Foundation Modified: projects/mesh11s/sys/net80211/ieee80211.h Modified: projects/mesh11s/sys/net80211/ieee80211.h ============================================================================== --- projects/mesh11s/sys/net80211/ieee80211.h Fri Jul 10 10:29:16 2009 (r195535) +++ projects/mesh11s/sys/net80211/ieee80211.h Fri Jul 10 10:49:24 2009 (r195536) @@ -707,8 +707,9 @@ enum { IEEE80211_ELEMID_VENDOR = 221, /* vendor private */ /* - * XXXRP: new IEs for 11s. Keep them compatible with Linux until - * ANA defines new ones. + * 802.11s IEs based on D3.0 spec and were not assigned by + * ANA. Beware changing them because some of them are being + * kept compatible with Linux. */ IEEE80211_ELEMID_MESHCONF = 51, IEEE80211_ELEMID_MESHID = 52,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907101049.n6AAnOPK017546>