summaryrefslogtreecommitdiffstats
path: root/sys/net80211
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2009-11-11 15:00:56 +0000
committerantoine <antoine@FreeBSD.org>2009-11-11 15:00:56 +0000
commit487accd35b5991fea9a1b7a5f133d69ebd72d6fc (patch)
treef06bf5184f3ffb2a4f27249be9f096d51a00e3e4 /sys/net80211
parent1bce30c373ec397a689c80e5a2503cb4a6b64132 (diff)
downloadFreeBSD-src-487accd35b5991fea9a1b7a5f133d69ebd72d6fc.zip
FreeBSD-src-487accd35b5991fea9a1b7a5f133d69ebd72d6fc.tar.gz
Remove trailing ";" in struct ieee80211_beacon_offsets declaration
Found by: phk's FlexeLint in September Reviewed by: rpaulo@ MFC after: 1 month
Diffstat (limited to 'sys/net80211')
-rw-r--r--sys/net80211/ieee80211_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_proto.h b/sys/net80211/ieee80211_proto.h
index e036dac..c280847 100644
--- a/sys/net80211/ieee80211_proto.h
+++ b/sys/net80211/ieee80211_proto.h
@@ -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];
OpenPOWER on IntegriCloud