Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2009 14:18:53 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r192104 - projects/mesh11s/sys/net80211
Message-ID:  <200905141418.n4EEIrvT093608@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Thu May 14 14:18:53 2009
New Revision: 192104
URL: http://svn.freebsd.org/changeset/base/192104

Log:
  Add missing semi colon.
  
  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	Thu May 14 14:17:32 2009	(r192103)
+++ projects/mesh11s/sys/net80211/ieee80211_mesh.h	Thu May 14 14:18:53 2009	(r192104)
@@ -223,7 +223,7 @@ struct ieee80211_meshpreq_ie {
 	uint32_t	preq_metric;
 	uint8_t		preq_tcount;	/* target count */
 	struct {
-		uint8_t		target_flags
+		uint8_t		target_flags;
 		uint8_t		target_addr[IEEE80211_ADDR_LEN];
 		uint32_t	target_seq;	/* HWMP Sequence Number */
 	} targets[1] __packed;	/* NB: variable size */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905141418.n4EEIrvT093608>