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

Rui Paulo rpaulo at FreeBSD.org
Fri Jul 10 11:06:43 UTC 2009


Author: rpaulo
Date: Fri Jul 10 11:06:42 2009
New Revision: 195544
URL: http://svn.freebsd.org/changeset/base/195544

Log:
  move packed comment to the top.
  
  Sponsored by:	The FreeBSD Foundation

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

Modified: projects/mesh11s/sys/net80211/ieee80211_mesh.h
==============================================================================
--- projects/mesh11s/sys/net80211/ieee80211_mesh.h	Fri Jul 10 11:02:31 2009	(r195543)
+++ projects/mesh11s/sys/net80211/ieee80211_mesh.h	Fri Jul 10 11:06:42 2009	(r195544)
@@ -34,6 +34,10 @@
 #define	IEEE80211_MESH_DEFAULT_TTL	31
 
 /*
+ * NB: all structures are__packed  so sizeof works on arm, et. al.
+ */
+
+/*
  * 802.11s Information Elements.
 */
 /* Mesh Configuration */
@@ -339,8 +343,6 @@ enum {
 /*
  * Different mesh control structures based on the AE
  * (Address Extension) bits.
- *
- * NB: __packed added so sizeof works on arm, et. al.
  */
 struct ieee80211_meshcntl {
 	uint8_t		mc_flags;	/* Address Extension 00 */


More information about the svn-src-projects mailing list