Date: Wed, 11 Nov 2009 15:00:56 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r199187 - head/sys/net80211 Message-ID: <200911111500.nABF0u6T098315@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Nov 11 15:00:56 2009 New Revision: 199187 URL: http://svn.freebsd.org/changeset/base/199187 Log: Remove trailing ";" in struct ieee80211_beacon_offsets declaration Found by: phk's FlexeLint in September Reviewed by: rpaulo@ MFC after: 1 month Modified: head/sys/net80211/ieee80211_proto.h Modified: head/sys/net80211/ieee80211_proto.h ============================================================================== --- head/sys/net80211/ieee80211_proto.h Wed Nov 11 14:58:48 2009 (r199186) +++ head/sys/net80211/ieee80211_proto.h Wed Nov 11 15:00:56 2009 (r199187) @@ -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];
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911111500.nABF0u6T098315>