svn commit: r199187 - head/sys/net80211
Antoine Brodin
antoine at FreeBSD.org
Wed Nov 11 15:00:56 UTC 2009
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];
More information about the svn-src-head
mailing list