svn commit: r200434 - stable/8/sys/net80211

Antoine Brodin antoine at FreeBSD.org
Sat Dec 12 04:34:21 PST 2009


Author: antoine
Date: Sat Dec 12 12:34:20 2009
New Revision: 200434
URL: http://svn.freebsd.org/changeset/base/200434

Log:
  MFC r199187 to stable/8:
    Remove trailing ";" in struct ieee80211_beacon_offsets declaration
    Found by:	phk's FlexeLint in September
    Reviewed by:	rpaulo@

Modified:
  stable/8/sys/net80211/ieee80211_proto.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/net80211/ieee80211_proto.h
==============================================================================
--- stable/8/sys/net80211/ieee80211_proto.h	Sat Dec 12 12:31:11 2009	(r200433)
+++ stable/8/sys/net80211/ieee80211_proto.h	Sat Dec 12 12:34:20 2009	(r200434)
@@ -315,7 +315,7 @@ struct ieee80211_beacon_offsets {
 	uint8_t		*bo_ath;	/* start of ATH parameters */
 	uint8_t		*bo_appie;	/* start of AppIE element */
 	uint16_t	bo_appie_len;	/* AppIE length in bytes */
-	uint16_t	bo_csa_trailer_len;;
+	uint16_t	bo_csa_trailer_len;
 	uint8_t		*bo_csa;	/* start of CSA element */
 	uint8_t		*bo_meshconf;	/* start of MESHCONF element */
 	uint8_t		*bo_spare[3];


More information about the svn-src-all mailing list