svn commit: r195536 - projects/mesh11s/sys/net80211

Rui Paulo rpaulo at FreeBSD.org
Fri Jul 10 10:49:24 UTC 2009


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,


More information about the svn-src-projects mailing list