From owner-svn-src-projects@FreeBSD.ORG Fri Jul 10 11:06:43 2009 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 264401065672; Fri, 10 Jul 2009 11:06:43 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1522B8FC1D; Fri, 10 Jul 2009 11:06:43 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n6AB6gL3018177; Fri, 10 Jul 2009 11:06:42 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n6AB6gv6018175; Fri, 10 Jul 2009 11:06:42 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <200907101106.n6AB6gv6018175@svn.freebsd.org> From: Rui Paulo Date: Fri, 10 Jul 2009 11:06:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r195544 - projects/mesh11s/sys/net80211 X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2009 11:06:43 -0000 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 */