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

Rui Paulo rpaulo at FreeBSD.org
Thu May 14 14:18:54 UTC 2009


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 */


More information about the svn-src-projects mailing list