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

Rui Paulo rpaulo at FreeBSD.org
Sat Mar 7 11:14:00 PST 2009


Author: rpaulo
Date: Sat Mar  7 19:13:59 2009
New Revision: 189495
URL: http://svn.freebsd.org/changeset/base/189495

Log:
  Sync with the latest Linux numbers from wireless-testing.

Modified:
  projects/mesh11s/sys/net80211/ieee80211.h

Modified: projects/mesh11s/sys/net80211/ieee80211.h
==============================================================================
--- projects/mesh11s/sys/net80211/ieee80211.h	Sat Mar  7 19:08:58 2009	(r189494)
+++ projects/mesh11s/sys/net80211/ieee80211.h	Sat Mar  7 19:13:59 2009	(r189495)
@@ -701,9 +701,9 @@ enum {
 	 * XXXRP: new IEs for 11s. Keep them compatible with Linux until
 	 * ANA defines new ones.
 	 */
-	IEEE80211_ELEMID_MESHCONF	= 33,
-	IEEE80211_ELEMID_MESHID		= 34,
-	IEEE80211_ELEMID_MESHLINK	= 35,
+	IEEE80211_ELEMID_MESHCONF	= 51,
+	IEEE80211_ELEMID_MESHID		= 52,
+	IEEE80211_ELEMID_MESHLINK	= 55,
 	IEEE80211_ELEMID_MESHCNGST	= 36,
 	IEEE80211_ELEMID_MESHPEER	= 37,
 	IEEE80211_ELEMID_MESHCSA	= 38,
@@ -718,9 +718,9 @@ enum {
 	IEEE80211_ELEMID_MESHDAOPST	= 47, /* MDAOP Set Teardown */
 	IEEE80211_ELEMID_MESHPANN	= 48,
 	IEEE80211_ELEMID_MESHRANN	= 49,
-	IEEE80211_ELEMID_MESHPREQ	= 50,
-	IEEE80211_ELEMID_MESHPREP	= 51,
-	IEEE80211_ELEMID_MESHPERR	= 52,
+	IEEE80211_ELEMID_MESHPREQ	= 68,
+	IEEE80211_ELEMID_MESHPREP	= 69,
+	IEEE80211_ELEMID_MESHPERR	= 70,
 	IEEE80211_ELEMID_MESHPU		= 53,
 	IEEE80211_ELEMID_MESHPUC	= 54,
 	IEEE80211_ELEMID_MESHSC		= 55,


More information about the svn-src-projects mailing list